Bump version to 1.5.1

pull/126/head v1.5.1
Sheng 2020-02-13 20:19:34 +08:00
parent 83f739ca35
commit f2c9766c65
1 changed files with 1 additions and 1 deletions

View File

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