Skip to content

Commit 1261d06

Browse files
committed
update version deps
1 parent 6899aa4 commit 1261d06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hud/utils/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ def test_import():
55
"""Test that the package can be imported."""
66
import hud
77

8-
assert hud.__version__ == "0.4.26"
8+
assert hud.__version__ == "0.4.27"

hud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
from __future__ import annotations
66

7-
__version__ = "0.4.26"
7+
__version__ = "0.4.27"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hud-python"
3-
version = "0.4.26"
3+
version = "0.4.27"
44
description = "SDK for the HUD platform."
55
readme = "README.md"
66
requires-python = ">=3.11, <3.14"

0 commit comments

Comments
 (0)