Bump version to 1.4.3

pull/83/head v1.4.3
Sheng 2019-08-10 16:07:24 +08:00
parent 750378e8f0
commit 0a44b1fdf3
1 changed files with 1 additions and 1 deletions

View File

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