Skip to content

Commit 40a23b5

Browse files
committed
bump 0.1.1
1 parent cd9a00e commit 40a23b5

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
[tool.poetry]
22
name = "thirdweb-ai"
3-
version = "0.0.6"
3+
version = "0.1.1"
44
description = "thirdweb AI"
55
authors = ["thirdweb <[email protected]>"]
66
license = "Apache-2.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
[tool.poetry]
22
name = "thirdweb-mcp"
3-
version = "0.0.1-alpha2"
3+
version = "0.1.1"
44
description = "thirdweb MCP"
55
authors = ["thirdweb <[email protected]>"]
66
readme = "README.md"
@@ -10,7 +10,7 @@ packages = [{ include = "src" }]
1010
python = "^3.10"
1111
mcp = "^1.3.0"
1212
click = "^8.1.8"
13-
thirdweb-ai = {version = "0.0.1", extras = ["mcp"]}
13+
thirdweb-ai = {version = "0.1.1", extras = ["mcp"]}
1414

1515
[tool.poetry.group.dev.dependencies]
1616
ruff = "^0.9.10"

0 commit comments

Comments
 (0)