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 0d0d0c6 commit 93b653fCopy full SHA for 93b653f
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.12.1
+current_version = 0.13.0
5
6
[bumpversion:file:pypinyin/__init__.py]
7
pypinyin/__init__.py
@@ -24,7 +24,7 @@
24
FINALS_TONE2 = STYLE_FINALS_TONE2
25
26
__title__ = 'pypinyin'
27
-__version__ = '0.12.1'
+__version__ = '0.13.0'
28
__author__ = 'mozillazg, 闲耘'
29
__license__ = 'MIT'
30
__copyright__ = 'Copyright (c) 2016 mozillazg, 闲耘'
0 commit comments