From ce25842d3533612e38f8c6caaaca2bce41eb786e Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Thu, 12 Dec 2024 15:44:17 +0000 Subject: [PATCH] 1.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b423f3f..1e46ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp" -version = "1.1.1" +version = "1.1.2" description = "Model Context Protocol SDK" readme = "README.md" requires-python = ">=3.10"