Updated version

pull/26/head v0.3.2
Sheng 2018-08-21 22:00:11 +08:00
parent 90397715dc
commit eb792d4da6
1 changed files with 1 additions and 1 deletions

View File

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