Release v2.2.40.1

This commit is contained in:
grossmj
2023-06-10 20:06:40 +09:30
parent 16b619066a
commit 60f1d76eab
3 changed files with 7 additions and 3 deletions

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.41.dev1"
__version_info__ = (2, 2, 41, 99)
__version__ = "2.2.40.1"
__version_info__ = (2, 2, 40, 0)
if "dev" in __version__:
try: