Bump version to 3.0.0.dev13

This commit is contained in:
grossmj 2024-12-17 16:32:30 +07:00
parent c820a807ad
commit 09d67ec1a8
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -22,7 +22,7 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "3.0.0rc2"
__version__ = "3.0.0.dev13"
__version_info__ = (3, 0, 0, -99)
if "dev" in __version__: