From 76777d7cae52ea81ab299096287705606e1a4570 Mon Sep 17 00:00:00 2001 From: ouyangwenyu Date: Mon, 30 Oct 2023 17:40:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=200.0.3=20=E2=86=92=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hydroutils/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hydroutils/__init__.py b/hydroutils/__init__.py index 854bc1d..45d4e0c 100644 --- a/hydroutils/__init__.py +++ b/hydroutils/__init__.py @@ -10,6 +10,6 @@ __author__ = """Wenyu Ouyang""" __email__ = 'wenyuouyang@outlook.com' -__version__ = '0.0.3' +__version__ = '0.0.4' from .hydro_log import * diff --git a/setup.cfg b/setup.cfg index 143345d..25b9143 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 commit = True tag = True diff --git a/setup.py b/setup.py index 23b1e5c..4e46b27 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/OuyangWenyu/hydroutils", - version='0.0.3', + version='0.0.4', zip_safe=False, ) From c5d6ccfc9ad3cc0e16b0296d5ec0213724baa688 Mon Sep 17 00:00:00 2001 From: forestbat Date: Wed, 1 Nov 2023 13:57:42 +0800 Subject: [PATCH 2/2] update version of boto and s3fs --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5253e09..6303fcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ HydroErr async-retriever tqdm rich -boto3 +boto3==1.28.64 minio -s3fs==2022.05 \ No newline at end of file +s3fs==2023.10