Development on 3.0.4

This commit is contained in:
grossmj 2025-01-23 13:31:32 +10:00
parent b5e2bb1561
commit ce59e84e13
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.3"
__version_info__ = (3, 0, 3, 0)
__version__ = "3.0.4"
__version_info__ = (3, 0, 4, 99)
if "dev" in __version__:
try: