From 94ae2407c0b467ee55942384aaa4ecc56cab3d08 Mon Sep 17 00:00:00 2001 From: Novotny <1533907136121002@mil> Date: Wed, 5 Mar 2025 16:53:47 -0600 Subject: [PATCH] add link to pypi --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]