Skip to content

Commit 93b653f

Browse files
committed
Bump version: 0.12.1 → 0.13.0
1 parent 0d0d0c6 commit 93b653f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.12.1
4+
current_version = 0.13.0
55

66
[bumpversion:file:pypinyin/__init__.py]
77

pypinyin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
FINALS_TONE2 = STYLE_FINALS_TONE2
2525

2626
__title__ = 'pypinyin'
27-
__version__ = '0.12.1'
27+
__version__ = '0.13.0'
2828
__author__ = 'mozillazg, 闲耘'
2929
__license__ = 'MIT'
3030
__copyright__ = 'Copyright (c) 2016 mozillazg, 闲耘'

0 commit comments

Comments
 (0)