Development on 2.2.8dev1

This commit is contained in:
grossmj 2020-04-08 01:26:42 +09:30
parent 087cba3903
commit 57067a99fa

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