We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f4dc3 commit 35a0ab7Copy full SHA for 35a0ab7
hud/utils/tests/test_version.py
@@ -5,4 +5,4 @@ def test_import():
5
"""Test that the package can be imported."""
6
import hud
7
8
- assert hud.__version__ == "0.4.16"
+ assert hud.__version__ == "0.4.17"
hud/version.py
@@ -4,4 +4,4 @@
4
from __future__ import annotations
-__version__ = "0.4.16"
+__version__ = "0.4.17"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hud-python"
3
-version = "0.4.16"
+version = "0.4.17"
description = "SDK for the HUD platform."
readme = "README.md"
requires-python = ">=3.11, <3.14"
0 commit comments