Skip to content

Commit 4b0dded

Browse files
authored
Update version (#24)
1 parent 4770c6e commit 4b0dded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nortech/gateways/nortech_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class NortechAPISettings(BaseSettings):
1616

1717
URL: str = Field(default="https://api.apps.nor.tech")
1818
KEY: str = Field(default=...)
19-
USER_AGENT: str = Field(default="nortech-python/0.9.3")
19+
USER_AGENT: str = Field(default="nortech-python/0.9.1")
2020
IGNORE_PAGINATION: bool = True
2121
EXPERIMENTAL_FEATURES: bool = False
2222
TIMEOUT: float | Timeout = Field(default=Timeout(connect=10, read=60))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nortech"
3-
version = "0.9.3"
3+
version = "0.9.1"
44
description = "The official Python library for Nortech AI"
55
authors = [
66
{ name = "Nortech AI", email = "info@nortech.ai" }

0 commit comments

Comments
 (0)