Development on 3.1.0.dev5

This commit is contained in:
grossmj 2026-07-10 10:01:35 +02:00
parent 94a131dab3
commit a9cce209d7
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -22,8 +22,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "3.1.0a4"
__version_info__ = (3, 1, 0, -99)
__version__ = "3.1.0.dev5"
__version_info__ = (3, 1, 0, 99)
if "dev" in __version__:
try: