From dee1bd0d9fcf3831cd2e95d9b9ce38b892e76a3d Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 19 Nov 2024 12:19:15 +0000 Subject: [PATCH] v0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c67e52..a5dd897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp" -version = "0.9.0.dev0" +version = "0.9.0" description = "Model Context Protocol implementation for Python" readme = "README.md" requires-python = ">=3.10"