Development on 3.0.3.dev1

This commit is contained in:
grossmj 2025-01-07 11:12:02 +07:00
parent 469bd692a0
commit 7c0384a8d4
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.2"
__version_info__ = (3, 0, 2, 0)
__version__ = "3.0.3.dev1"
__version_info__ = (3, 0, 3, 99)
if "dev" in __version__:
try: