diff --git a/pyproject.toml b/pyproject.toml index 2863ddee9..4765da85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp-python" -version = "0.1.4" +version = "0.1.5.dev" description = "Model Context Protocol implementation for Python" readme = "README.md" requires-python = ">=3.10"