From e0fc7faa0b974ee522d03ec95dba6cfa6afe6b03 Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Tue, 9 Jul 2024 14:29:45 -0700 Subject: [PATCH] 0.93.0rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 148d955c7a..13d3c1fbc8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.92.0' +__version__ = '0.93.0rc1' setup(