We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8782e6 commit db609c6Copy full SHA for db609c6
2 files changed
pyhilo/const.py
@@ -8,7 +8,7 @@
8
LOG: Final = logging.getLogger(__package__)
9
DEFAULT_STATE_FILE: Final = "hilo_state.yaml"
10
REQUEST_RETRY: Final = 9
11
-PYHILO_VERSION: Final = "2024.06.01"
+PYHILO_VERSION: Final = "2024.10.02"
12
# TODO: Find a way to keep previous line in sync with pyproject.toml automatically
13
14
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.1"
+version = "2024.10.2"
44
description = "A Python3, async interface to the Hilo API"
45
readme = "README.md"
46
authors = ["David Vallee Delisle <me@dvd.dev>"]
0 commit comments