From 57fe4b266be2884edd7e4903945e1d5cbfec652b Mon Sep 17 00:00:00 2001 From: Ollie Copping Date: Thu, 1 Aug 2024 08:34:05 +0100 Subject: [PATCH] Release 7.0.7.99.1.1a2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f342ab7b..096681d93 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.0a2' +package_version = '7.0.7.99.1.1a2' assert package_version.split('.')[-3]=='99', package_version