From 774a41ba7f57d34b67f45b4b2a517dd962fc1a31 Mon Sep 17 00:00:00 2001 From: h1019753743 <1019753743@qq.com> Date: Sun, 5 Mar 2023 10:25:14 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.20=20=E2=86=92=200.0.21?= 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 385a701..88a6756 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.20' +__version__ = '0.0.21' pwd_path = os.path.abspath(os.path.dirname(__file__)) # 区划地址文件 diff --git a/setup.cfg b/setup.cfg index e4e3088..16c1230 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.20 +current_version = 0.0.21 commit = True tag = True diff --git a/setup.py b/setup.py index eb032a9..69b228a 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.20', + version='0.0.21', zip_safe=False, )