diff --git a/nortech/gateways/nortech_api.py b/nortech/gateways/nortech_api.py index 569f5d8..dc50eeb 100644 --- a/nortech/gateways/nortech_api.py +++ b/nortech/gateways/nortech_api.py @@ -16,7 +16,7 @@ class NortechAPISettings(BaseSettings): URL: str = Field(default="https://api.apps.nor.tech") KEY: str = Field(default=...) - USER_AGENT: str = Field(default="nortech-python/0.9.3") + USER_AGENT: str = Field(default="nortech-python/0.9.1") IGNORE_PAGINATION: bool = True EXPERIMENTAL_FEATURES: bool = False TIMEOUT: float | Timeout = Field(default=Timeout(connect=10, read=60)) diff --git a/pyproject.toml b/pyproject.toml index e65e8db..309c4c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nortech" -version = "0.9.3" +version = "0.9.1" description = "The official Python library for Nortech AI" authors = [ { name = "Nortech AI", email = "info@nortech.ai" }