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 81f4669 commit 9f89018Copy full SHA for 9f89018
2 files changed
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.47.0
+current_version = 0.47.1
5
6
[bumpversion:file:pypinyin/__init__.py]
pypinyin/__init__.py
@@ -28,7 +28,7 @@
28
)
29
30
__title__ = 'pypinyin'
31
-__version__ = '0.47.0'
+__version__ = '0.47.1'
32
__author__ = 'mozillazg, 闲耘'
33
__license__ = 'MIT'
34
__copyright__ = 'Copyright (c) 2016 mozillazg, 闲耘'
0 commit comments