From 34faea99319a2738237178369f0fd4216c167050 Mon Sep 17 00:00:00 2001 From: h1019753743 <1019753743@qq.com> Date: Sat, 18 Mar 2023 23:34:20 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.25=20=E2=86=92=200.0.26?= 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 659bc27..8182106 100644 --- a/addana/__init__.py +++ b/addana/__init__.py @@ -16,7 +16,7 @@ from .structures import AddrMap, Pca from .structures import P, C, A -__version__ = '0.0.25' +__version__ = '0.0.26' pwd_path = os.path.abspath(os.path.dirname(__file__)) # 区划地址文件 diff --git a/setup.cfg b/setup.cfg index 94d4ac7..7b464e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.25 +current_version = 0.0.26 commit = True tag = True diff --git a/setup.py b/setup.py index d25eb8e..70e55b6 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.25', + version='0.0.26', zip_safe=False, )