Updated version

pull/58/head v0.9.0
Sheng 2019-01-19 19:47:14 +08:00
parent 713ae1e8f1
commit a6663c408e
1 changed files with 1 additions and 1 deletions

View File

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