We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378ead3 commit c57fda0Copy full SHA for c57fda0
2 files changed
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.53.0
+current_version = 0.54.0
5
6
[bumpversion:file:pypinyin/__init__.py]
pypinyin/__init__.py
@@ -28,7 +28,7 @@
28
)
29
30
__title__ = 'pypinyin'
31
-__version__ = '0.53.0'
+__version__ = '0.54.0'
32
__author__ = 'mozillazg, 闲耘'
33
__license__ = 'MIT'
34
__copyright__ = 'Copyright (c) 2016 mozillazg, 闲耘'
0 commit comments