Skip to content

Commit 9f89018

Browse files
committed
Bump version: 0.47.0 → 0.47.1
1 parent 81f4669 commit 9f89018

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

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

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

pypinyin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
)
2929

3030
__title__ = 'pypinyin'
31-
__version__ = '0.47.0'
31+
__version__ = '0.47.1'
3232
__author__ = 'mozillazg, 闲耘'
3333
__license__ = 'MIT'
3434
__copyright__ = 'Copyright (c) 2016 mozillazg, 闲耘'

0 commit comments

Comments
 (0)