Bump version to 1.6.1

pull/296/merge v1.6.1
Sheng 2022-11-21 17:12:05 +08:00
parent 50fc9908eb
commit 04bd859f15
1 changed files with 1 additions and 1 deletions

View File

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