Skip to content

Commit 80489a5

Browse files
authored
Merge pull request #194 from jarq6c/release_223
HydroTools Superpackage Release 2.2.3
2 parents f352ae2 + 7f04b9c commit 80489a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ packages = find_namespace:
3030
package_dir =
3131
=src
3232
install_requires =
33-
hydrotools.nwis_client>=3.0.6
34-
hydrotools.nwm_client[gcp]>=5.0.1
33+
hydrotools.nwis_client>=3.2.1
34+
hydrotools.nwm_client[gcp]>=5.0.3
3535
hydrotools.events>=1.1.5
36-
hydrotools.metrics>=1.1.3
36+
hydrotools.metrics>=1.2.3
3737
python_requires = >=3.7
3838
include_package_data = True
3939

src/hydrotools/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.2"
1+
__version__ = "2.2.3"

0 commit comments

Comments
 (0)