Updated minor version

pull/58/head v1.0.2
Sheng 2019-03-12 21:56:38 +08:00
parent f9b640c745
commit 544461a617
1 changed files with 1 additions and 1 deletions

View File

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