Updated version

static v1.1.0
Sheng 2019-04-18 19:59:17 +08:00
parent 0344531960
commit 7ddce5a105
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
__version_info__ = (1, 0, 3)
__version_info__ = (1, 1, 0)
__version__ = '.'.join(map(str, __version_info__))