Updated version

static v1.2.0
Sheng 2019-05-19 20:30:18 +08:00
parent 786b42da7e
commit 65cf27d58d
1 changed files with 1 additions and 1 deletions

View File

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