diff --git a/cwms/outlets/outlets.py b/cwms/outlets/outlets.py index 7f1a4737..fc89a702 100644 --- a/cwms/outlets/outlets.py +++ b/cwms/outlets/outlets.py @@ -41,7 +41,7 @@ def get_outlet(office_id: str, name: str) -> Data: endpoint = f"projects/outlets/{name}" params = {"office": office_id} - response = api.get(endpoint, params) + response = api.get(endpoint, params, api_version=1) return Data(response) diff --git a/pyproject.toml b/pyproject.toml index bf9fbdce..20c9200f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "cwms-python" repository = "https://github.com/HydrologicEngineeringCenter/cwms-python" -version = "1.0.1" +version = "1.0.2" packages = [