Skip to content

Commit 4101301

Browse files
author
Novotny
committed
update version
1 parent 50985f7 commit 4101301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cwms/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Session management and REST functions for CWMS Data API.
1+
"""Session management and REST functions for CWMS Data API.
22
33
This module provides functions for making REST calls to the CWMS Data API (CDA). These
44
functions should be used internally to interact with the API. The user should not have to

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cwms-python"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
packages = [
55
{ include = "cwms" },
66
]

0 commit comments

Comments
 (0)