Updated version

pull/38/head v0.6.0
Sheng 2018-10-10 11:04:30 +08:00
parent f6d2776a20
commit 66891cb71c
1 changed files with 1 additions and 1 deletions

View File

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