From fe4c661d2e274d0d50c771dfa388b2862fc082d2 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Wed, 28 Aug 2024 17:40:22 -0400 Subject: [PATCH] Semantic bump (new Qrack) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8e9b62..faaa405 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup -VERSION = "1.30.19" +VERSION = "1.30.20" # Read long description from README. README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')