We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56350d4 commit 81bf65aCopy full SHA for 81bf65a
camel_toolkits_mcp/__init__.py
@@ -2,4 +2,4 @@
2
Camel Toolkits MCP - A server that exports Camel toolkits as MCP-compatible tools.
3
"""
4
5
-__version__ = "0.1.2"
+__version__ = "0.1.3"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "camel-toolkits-mcp"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "A server that exports Camel toolkits as MCP-compatible tools"
9
authors = [
10
{name = "Xiaotian Jin", email = "[email protected]"}
0 commit comments