We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50985f7 commit 4101301Copy full SHA for 4101301
cwms/api.py
@@ -1,4 +1,4 @@
1
-""" Session management and REST functions for CWMS Data API.
+"""Session management and REST functions for CWMS Data API.
2
3
This module provides functions for making REST calls to the CWMS Data API (CDA). These
4
functions should be used internally to interact with the API. The user should not have to
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cwms-python"
-version = "0.5.4"
+version = "0.5.5"
packages = [
5
{ include = "cwms" },
6
]
0 commit comments