diff --git a/python/nwis_client/setup.cfg b/python/nwis_client/setup.cfg index 2ee804c5..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. @@ -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 +