From 5c0abd6027ab396d00c031a627f06f5b98d290fb Mon Sep 17 00:00:00 2001 From: ouyangwenyu Date: Tue, 21 Nov 2023 06:48:31 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7?= 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 090e46c..db495e2 100644 --- a/hydrodataset/__init__.py +++ b/hydrodataset/__init__.py @@ -12,7 +12,7 @@ __author__ = """Wenyu Ouyang""" __email__ = "wenyuouyang@outlook.com" -__version__ = '0.1.6' +__version__ = '0.1.7' # we use a .hydrodataset dir to save the setting hydrodataset_setting_dir = Path.home().joinpath(".hydrodataset") diff --git a/setup.cfg b/setup.cfg index d8036a2..c03fae4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True diff --git a/setup.py b/setup.py index 91f0953..856672a 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.6', + version='0.1.7', zip_safe=False, )