Skip to content

Commit c57fda0

Browse files
committed
Bump version: 0.53.0 → 0.54.0
1 parent 378ead3 commit c57fda0

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.53.0
4+
current_version = 0.54.0
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.53.0'
31+
__version__ = '0.54.0'
3232
__author__ = 'mozillazg, 闲耘'
3333
__license__ = 'MIT'
3434
__copyright__ = 'Copyright (c) 2016 mozillazg, 闲耘'

0 commit comments

Comments
 (0)