We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0da0c commit 14c8b69Copy full SHA for 14c8b69
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "mcp-utils"
7
-version = "0.1.2"
+version = "1.0.0"
8
description = "Synchronous utilities for Model Context Protocol (MCP) integration"
9
readme = "README.md"
10
requires-python = ">=3.10"
@@ -73,7 +73,7 @@ testpaths = ["tests"]
73
python_files = ["test_*.py"]
74
75
[tool.bumpversion]
76
-current_version = "0.1.2"
+current_version = "1.0.0"
77
commit = true
78
tag = true
79
allow_dirty = false
0 commit comments