From 4b833b5aef84d774f33714755bfd93ca1660c686 Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Thu, 24 Oct 2024 07:19:54 -0700 Subject: [PATCH] 0.95.0rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 594a2b60f..029402e9c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.94.0' +__version__ = '0.95.0rc1' setup(