Updated version

pull/75/head v1.3.0
Sheng 2019-06-27 18:52:07 +08:00
parent a274a88e7e
commit 931f8bf261
1 changed files with 1 additions and 1 deletions

View File

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