Bump to version 1.6.0

pull/284/head v1.6.0
Sheng 2022-05-02 20:07:32 +08:00
parent 97e6d25556
commit a9d959ffb7
1 changed files with 1 additions and 1 deletions

View File

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