Skip to content

Commit 29192d5

Browse files
authored
bump version to 0.1.8
Signed-off-by: Cillian Berragan <[email protected]>
1 parent 03f96d2 commit 29192d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.7"
3+
version = "0.1.8"
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.4",
12+
"thirdweb-ai[mcp]==0.1.5",
1313
]
1414

1515
[project.scripts]

0 commit comments

Comments
 (0)