Skip to content

Commit 535dd24

Browse files
committed
bump versions for bugfix
1 parent 42c5539 commit 535dd24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/thirdweb-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "thirdweb-ai"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "thirdweb AI"
55
authors = [{ name = "thirdweb", email = "[email protected]" }]
66
requires-python = ">=3.10,<4.0"

python/thirdweb-mcp/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "thirdweb-mcp"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "thirdweb MCP"
55
authors = [{ name = "thirdweb", email = "[email protected]" }]
66
requires-python = "~=3.10"
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
dependencies = [
1010
"mcp>=1.3.0,<2",
1111
"click>=8.1.8,<9",
12-
"thirdweb-ai[mcp]==0.1.5",
12+
"thirdweb-ai[mcp]==0.1.6",
1313
]
1414

1515
[project.scripts]

0 commit comments

Comments
 (0)