We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f352ae2 + 7f04b9c commit 80489a5Copy full SHA for 80489a5
setup.cfg
@@ -30,10 +30,10 @@ packages = find_namespace:
30
package_dir =
31
=src
32
install_requires =
33
- hydrotools.nwis_client>=3.0.6
34
- hydrotools.nwm_client[gcp]>=5.0.1
+ hydrotools.nwis_client>=3.2.1
+ hydrotools.nwm_client[gcp]>=5.0.3
35
hydrotools.events>=1.1.5
36
- hydrotools.metrics>=1.1.3
+ hydrotools.metrics>=1.2.3
37
python_requires = >=3.7
38
include_package_data = True
39
src/hydrotools/_version.py
@@ -1 +1 @@
1
-__version__ = "2.2.2"
+__version__ = "2.2.3"
0 commit comments