File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 "navigation" : {
3030 "versions" : [
3131 {
32- "version" : " 0.4.50 " ,
32+ "version" : " 0.4.51 " ,
3333 "groups" : [
3434 {
3535 "group" : " Get Started" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ icon: "book"
55---
66
77<Note >
8- ** Version 0.4.50 ** - Latest stable release
8+ ** Version 0.4.51 ** - Latest stable release
99</Note >
1010
1111<CardGroup cols = { 3 } >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " MCP server for blank environment"
55requires-python = " >=3.11"
66dependencies = [
7- " hud-python>=0.4.50 " ,
7+ " hud-python>=0.4.51 " ,
88 " httpx>=0.28.1" ,
99]
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " MCP server for DeepResearch environment"
55requires-python = " >=3.11"
66dependencies = [
7- " hud-python>=0.4.50 " ,
7+ " hud-python>=0.4.51 " ,
88 " httpx>=0.24.0" ,
99]
1010
Original file line number Diff line number Diff 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.50 "
8+ assert hud .__version__ == "0.4.51 "
Original file line number Diff line number Diff line change 44
55from __future__ import annotations
66
7- __version__ = "0.4.50 "
7+ __version__ = "0.4.51 "
Original file line number Diff line number Diff line change 11[project ]
22name = " hud-python"
3- version = " 0.4.50 "
3+ version = " 0.4.51 "
44description = " SDK for the HUD platform."
55readme = " README.md"
66requires-python = " >=3.11, <3.13"
You can’t perform that action at this time.
0 commit comments