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 60fbf5b commit 2eaeac5Copy full SHA for 2eaeac5
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 = "2025.10.01"
+PYHILO_VERSION: Final = "2025.10.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"
0 commit comments