Updated minor version

pull/12/merge v0.2.3
Sheng 2018-05-23 20:38:53 +08:00
parent c439f2b6ee
commit 08f144c4d7
1 changed files with 1 additions and 1 deletions

View File

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