From f50082c3fac3f3f257ec3c4fcaf62ef842babe2c Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Wed, 15 Mar 2023 10:08:13 -0700 Subject: [PATCH] 0.75.0 (#1139) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caeda4a4d8..59bab4d365 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.75.0rc2' +__version__ = '0.75.0' setup(