Development on 3.0.7.dev1

This commit is contained in:
grossmj 2026-02-24 21:32:36 +08:00
parent c49aa761ab
commit ef7c271a9a
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.0.6"
__version_info__ = (3, 0, 6, 0)
__version__ = "3.0.7.dev1"
__version_info__ = (3, 0, 7, 99)
if "dev" in __version__:
try: