Updated verison

pull/12/merge v0.2.2
Sheng 2018-05-06 20:54:23 +08:00
parent 72df3b9ee9
commit 28360c31e2
1 changed files with 1 additions and 1 deletions

View File

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