From 5506abd153912add47961290496a3e22247cb93f Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 11 Nov 2024 21:11:42 +0000 Subject: [PATCH] bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2edfbe71de..c305167e32 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"