We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095ec8b commit 59f2063Copy full SHA for 59f2063
pyhilo/const.py
@@ -7,7 +7,7 @@
7
LOG: Final = logging.getLogger(__package__)
8
DEFAULT_STATE_FILE: Final = "hilo_state.yaml"
9
REQUEST_RETRY: Final = 9
10
-PYHILO_VERSION: Final = "2024.10.02"
+PYHILO_VERSION: Final = "2025.2.02"
11
# TODO: Find a way to keep previous line in sync with pyproject.toml automatically
12
13
CONTENT_TYPE_FORM: Final = "application/x-www-form-urlencoded"
pyproject.toml
@@ -40,7 +40,7 @@ exclude = ".venv/.*"
40
41
[tool.poetry]
42
name = "python-hilo"
43
-version = "2024.10.2"
+version = "2025.2.02"
44
description = "A Python3, async interface to the Hilo API"
45
readme = "README.md"
46
authors = ["David Vallee Delisle <[email protected]>"]
0 commit comments