Skip to content

Commit

Permalink
Bump version: 0.42.1 → 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Oct 6, 2021
1 parent c66a559 commit 497fb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 0.42.1
current_version = 0.43.0

[bumpversion:file:pypinyin/__init__.py]
2 changes: 1 addition & 1 deletion pypinyin/__init__.py
Expand Up @@ -28,7 +28,7 @@
)

__title__ = 'pypinyin'
__version__ = '0.42.1'
__version__ = '0.43.0'
__author__ = 'mozillazg, 闲耘'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2016 mozillazg, 闲耘'
Expand Down

0 comments on commit 497fb6c

Please sign in to comment.