Skip to content

Commit

Permalink
7.0.7.99.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Oct 24, 2023
1 parent 52ce5dd commit cfdc449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0a1'
package_version = '7.0.7.99.1.0'

assert package_version.split('.')[-3]=='99', package_version

Expand Down

0 comments on commit cfdc449

Please sign in to comment.