File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,6 @@ Contributions are welcome! The project uses GitHub Actions for CI/CD:
1191191 . Tests are run automatically on pull requests
1201202 . New releases are automatically published to PyPI when a GitHub release is created
121121
122- To publish a new version:
123-
124- 1 . Update the version in ` camel_toolkits_mcp/__init__.py `
125- 2 . Create a new GitHub release with a tag like ` v0.1.0 `
126- 3 . The GitHub workflow will automatically build and publish to PyPI
127-
128122## License
129123
130124This project is licensed under the MIT License - see the LICENSE file for details.
Original file line number Diff line number Diff line change 22Camel Toolkits MCP - A server that exports Camel toolkits as MCP-compatible tools.
33"""
44
5- __version__ = "0.1.0 "
5+ __version__ = "0.1.1 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " camel-toolkits-mcp"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " A server that exports Camel toolkits as MCP-compatible tools"
99authors = [
1010 {
name =
" Xiaotian Jin" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments