From f5732e61f683285b9dbb653020c3ee53199b3e88 Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Wed, 6 Oct 2021 13:21:51 -0400 Subject: [PATCH 1/2] bump nwis_client's minimum version requirement of _restclient to 3.0.4. solves #100 --- python/nwis_client/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/nwis_client/setup.cfg b/python/nwis_client/setup.cfg index 2ee804c5..36e0d3f2 100644 --- a/python/nwis_client/setup.cfg +++ b/python/nwis_client/setup.cfg @@ -32,7 +32,7 @@ package_dir = install_requires = pandas numpy - hydrotools._restclient>=3.0.2 + hydrotools._restclient>=3.0.4 aiohttp python_requires = >=3.7 include_package_data = True @@ -44,4 +44,4 @@ where = src develop = pytest pytest-aiohttp - \ No newline at end of file + From e25d03725305f1516e3bb779df0ac97b48e01aec Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Wed, 6 Oct 2021 13:34:27 -0400 Subject: [PATCH 2/2] bump nwis_client version 3.0.4 -> 3.0.5 --- python/nwis_client/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/nwis_client/setup.cfg b/python/nwis_client/setup.cfg index 36e0d3f2..8174c058 100644 --- a/python/nwis_client/setup.cfg +++ b/python/nwis_client/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hydrotools.nwis_client -version = 3.0.5 +version = 3.0.6 author = Austin Raney author_email = aaraney@protonmail.com description = A convenient interface to the USGS NWIS Instantaneous Values (IV) REST Service API.