Updated version

pull/75/head
Sheng 2019-06-29 16:57:56 +08:00
parent 192aa085b0
commit e956c44c1e
1 changed files with 1 additions and 1 deletions

View File

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