Bump version to 1.5.2

pull/144/head v1.5.2
Sheng 2020-03-22 17:24:28 +08:00
parent 1fb2fe1e87
commit 884ac27d5c
1 changed files with 1 additions and 1 deletions

View File

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