From b22fd0a5f2fda548e064cb7f84dd67b7bf91f1ba Mon Sep 17 00:00:00 2001 From: Ollie Copping Date: Wed, 31 Jul 2024 09:42:35 +0100 Subject: [PATCH] Release 7.0.7.99.1.0a2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be3d94ce6..3f342ab7b 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # our choice of version suffix is constrained by PEP 440 # so we always append .99.ABI.SRC to most recent upstream version # the following line is matched from cibuild.py -package_version = '7.0.7.99.1.0' +package_version = '7.0.7.99.1.0a2' assert package_version.split('.')[-3]=='99', package_version