From fc46262be46e855745e08c1f74220acc163794bc Mon Sep 17 00:00:00 2001 From: owen Date: Sun, 15 Sep 2024 16:20:08 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.6=20=E2=86=92=200.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hydromodel/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hydromodel/__init__.py b/hydromodel/__init__.py index a1de23a..2ce7ee8 100644 --- a/hydromodel/__init__.py +++ b/hydromodel/__init__.py @@ -15,7 +15,7 @@ __author__ = """Wenyu Ouyang""" __email__ = 'wenyuouyang@outlook.com' -__version__ = '0.2.6' +__version__ = '0.2.7' CACHE_DIR = hydro_file.get_cache_dir() diff --git a/setup.cfg b/setup.cfg index d62fccd..6aa387e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.2.7 commit = True tag = True diff --git a/setup.py b/setup.py index 1b73254..8499e11 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/OuyangWenyu/hydromodel", - version='0.2.6', + version='0.2.7', zip_safe=False, )