diff --git a/pyproject.toml b/pyproject.toml index 33a543cc..d46a7558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "cwms-python" - -version = "0.5.8" +repository = "https://github.com/HydrologicEngineeringCenter/cwms-python" +version = "0.6.0" packages = [ { include = "cwms" }, @@ -9,7 +9,7 @@ packages = [ description = "Corps water managerment systems (CWMS) REST API for Data Retrieval of USACE water data" readme = "README.md" license = "LICENSE" -keywords = ["USACE", "water data"] +keywords = ["USACE", "water data", "CWMS"] authors = ["Eric Novotny "] [tool.poetry.dependencies]