From 59db745d22ab139c6b5691786e9ff95cdf16c202 Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Wed, 17 Jul 2024 16:30:11 -0700 Subject: [PATCH] 0.93.0 (#1333) scheduled release bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13d3c1fbc..1646a2aa1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.93.0rc1' +__version__ = '0.93.0' setup(