Development on 2.2.19dev1

This commit is contained in:
grossmj 2021-02-16 20:44:58 +10:30
parent c213cae500
commit 3c5bbe04dc

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.18"
__version_info__ = (2, 2, 18, 0)
__version__ = "2.2.19dev1"
__version_info__ = (2, 2, 19, 99)
if "dev" in __version__:
try: