From 5c1bf930a77b2a9192c36b30ec74b733b2eaa762 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Wed, 20 Nov 2024 11:28:59 +0000 Subject: [PATCH] v0.9.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5dd897..d399282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp" -version = "0.9.0" +version = "0.9.1" description = "Model Context Protocol implementation for Python" readme = "README.md" requires-python = ">=3.10"