Skip to content

Commit 7e045c2

Browse files
committed
update version
1 parent 3816f8e commit 7e045c2

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ Contributions are welcome! The project uses GitHub Actions for CI/CD:
119119
1. Tests are run automatically on pull requests
120120
2. 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

130124
This project is licensed under the MIT License - see the LICENSE file for details.

camel_toolkits_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Camel Toolkits MCP - A server that exports Camel toolkits as MCP-compatible tools.
33
"""
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "camel-toolkits-mcp"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A server that exports Camel toolkits as MCP-compatible tools"
99
authors = [
1010
{name = "Xiaotian Jin", email = "[email protected]"}

0 commit comments

Comments
 (0)