From 58a3dec6f92b01c3b7e17e01b3bffce1dde8472d Mon Sep 17 00:00:00 2001 From: mozillazg Date: Sun, 15 Jan 2023 15:04:40 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.47.1=20=E2=86=92=200.48.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pypinyin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a66f18..581394e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 0.47.1 +current_version = 0.48.0 [bumpversion:file:pypinyin/__init__.py] diff --git a/pypinyin/__init__.py b/pypinyin/__init__.py index 0537e19..c07152b 100644 --- a/pypinyin/__init__.py +++ b/pypinyin/__init__.py @@ -28,7 +28,7 @@ ) __title__ = 'pypinyin' -__version__ = '0.47.1' +__version__ = '0.48.0' __author__ = 'mozillazg, 闲耘' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2016 mozillazg, 闲耘'