From 80d764ae75e56bfe3913902a286059cd2160dd58 Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Thu, 15 Jun 2023 13:17:14 -0700 Subject: [PATCH] 0.80.0 (#1188) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62846a3c65..774cbae0b3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.79.2' +__version__ = '0.80.0' setup(