Skip to content

Commit 9cd353b

Browse files
committed
version bump
1 parent 99ab8b7 commit 9cd353b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"navigation": {
3030
"versions": [
3131
{
32-
"version": "0.4.57",
32+
"version": "0.4.58",
3333
"groups": [
3434
{
3535
"group": "Get Started",

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: "book"
55
---
66

77
<Note>
8-
**Version 0.4.57** - Latest stable release
8+
**Version 0.4.58** - Latest stable release
99
</Note>
1010

1111
<CardGroup cols={3}>

environments/browser/server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "HUD Browser MCP Server"
55
requires-python = ">=3.11,<3.14"
66
dependencies = [
7-
"hud-python>=0.4.54",
7+
"hud-python>=0.4.58",
88
"httpx",
99
"playwright",
1010
"pyautogui",

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.57"
8+
assert hud.__version__ == "0.4.58"

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.57"
7+
__version__ = "0.4.58"

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.57"
3+
version = "0.4.58"
44
description = "SDK for the HUD platform."
55
readme = "README.md"
66
requires-python = ">=3.11, <3.13"

0 commit comments

Comments
 (0)