From 97f718c14c7ddfb66b0681cc780d4a591fffa8e4 Mon Sep 17 00:00:00 2001 From: owen Date: Sat, 10 Aug 2024 17:20:48 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.10=20=E2=86=92=200.1.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hydrodataset/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hydrodataset/__init__.py b/hydrodataset/__init__.py index edebcbc..556cfd6 100644 --- a/hydrodataset/__init__.py +++ b/hydrodataset/__init__.py @@ -15,7 +15,7 @@ __author__ = """Wenyu Ouyang""" __email__ = "wenyuouyang@outlook.com" -__version__ = '0.1.10' +__version__ = '0.1.11' SETTING_FILE = os.path.join(Path.home(), "hydro_setting.yml") diff --git a/setup.cfg b/setup.cfg index cb74d64..64fc7e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.10 +current_version = 0.1.11 commit = True tag = True diff --git a/setup.py b/setup.py index e8b0d0d..b7707cd 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/OuyangWenyu/hydrodataset", - version='0.1.10', + version='0.1.11', zip_safe=False, )