From 9aa52abe04a90c0f8571ad6ee8b3708c7f54139e Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Sun, 8 Sep 2024 15:05:49 -0400 Subject: [PATCH] Bump version (new Qrack) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ed42b4..d4f88fe 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup -VERSION = "1.30.23" +VERSION = "1.30.24" # Read long description from README. README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')