Skip to content

Commit 14c8b69

Browse files
committed
Bump version: 0.1.2 → 1.0.0
1 parent 9e0da0c commit 14c8b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp-utils"
7-
version = "0.1.2"
7+
version = "1.0.0"
88
description = "Synchronous utilities for Model Context Protocol (MCP) integration"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -73,7 +73,7 @@ testpaths = ["tests"]
7373
python_files = ["test_*.py"]
7474

7575
[tool.bumpversion]
76-
current_version = "0.1.2"
76+
current_version = "1.0.0"
7777
commit = true
7878
tag = true
7979
allow_dirty = false

0 commit comments

Comments
 (0)