Skip to content

Commit

Permalink
Merge pull request #140 from aaraney/pin_nwis_client_to_3_0_4_or_grea…
Browse files Browse the repository at this point in the history
…ter_of_restclient

nwis_client now requires _restclient >= 3.0.4
  • Loading branch information
jarq6c authored Oct 8, 2021
2 parents 9ed026b + e25d037 commit b34d531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/nwis_client/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = hydrotools.nwis_client
version = 3.0.5
version = 3.0.6
author = Austin Raney
author_email = [email protected]
description = A convenient interface to the USGS NWIS Instantaneous Values (IV) REST Service API.
Expand Down Expand Up @@ -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
Expand All @@ -44,4 +44,4 @@ where = src
develop =
pytest
pytest-aiohttp


0 comments on commit b34d531

Please sign in to comment.