Skip to content

Commit db609c6

Browse files
committed
Bump up version
1 parent b8782e6 commit db609c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyhilo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
LOG: Final = logging.getLogger(__package__)
99
DEFAULT_STATE_FILE: Final = "hilo_state.yaml"
1010
REQUEST_RETRY: Final = 9
11-
PYHILO_VERSION: Final = "2024.06.01"
11+
PYHILO_VERSION: Final = "2024.10.02"
1212
# TODO: Find a way to keep previous line in sync with pyproject.toml automatically
1313

1414
CONTENT_TYPE_FORM: Final = "application/x-www-form-urlencoded"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exclude = ".venv/.*"
4040

4141
[tool.poetry]
4242
name = "python-hilo"
43-
version = "2024.10.1"
43+
version = "2024.10.2"
4444
description = "A Python3, async interface to the Hilo API"
4545
readme = "README.md"
4646
authors = ["David Vallee Delisle <me@dvd.dev>"]

0 commit comments

Comments
 (0)