From de990532fdc5c158ec5885b0674b056903b1d721 Mon Sep 17 00:00:00 2001 From: Ollie Copping Date: Mon, 30 Sep 2024 11:38:40 +0100 Subject: [PATCH] Release 7.0.7.99.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f342ad5f1..2095b2ae9 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.1a3' +package_version = '7.0.7.99.1.1' assert package_version.split('.')[-3]=='99', package_version