diff --git a/pyproject.toml b/pyproject.toml index 2edfbe7..c305167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp" -version = "0.7.0.dev" +version = "0.8.0.dev" description = "Model Context Protocol implementation for Python" readme = "README.md" requires-python = ">=3.10"