From 445a5e9f3deea6ccb5ac8891fd8dda10f21955ab Mon Sep 17 00:00:00 2001 From: h1019753743 <1019753743@qq.com> Date: Tue, 23 May 2023 15:32:24 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.27=20=E2=86=92=200.0.28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addana/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addana/__init__.py b/addana/__init__.py index 72fb7e4..4e8e4c4 100644 --- a/addana/__init__.py +++ b/addana/__init__.py @@ -21,7 +21,7 @@ from .structures import AddrMap, Pca from .structures import P, C, A -__version__ = '0.0.27' +__version__ = '0.0.28' pwd_path = os.path.abspath(os.path.dirname(__file__)) # 区划地址文件 diff --git a/setup.cfg b/setup.cfg index 977b649..4458a4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.27 +current_version = 0.0.28 commit = True tag = True diff --git a/setup.py b/setup.py index efedccd..5dccba8 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/advancehs/addana', - version='0.0.27', + version='0.0.28', zip_safe=False, )