Updated version

pull/58/head v0.7.3
Sheng 2018-11-16 11:47:09 +08:00
parent 699b37d7a1
commit 47fb789a7e
1 changed files with 1 additions and 1 deletions

View File

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