From 8668a0421127d3a0ca37c41f56e971b02660459e Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Wed, 13 Nov 2024 14:44:48 +0000 Subject: [PATCH] v0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bce2929..852cd32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp" -version = "0.8.0.dev" +version = "0.8.0" description = "Model Context Protocol implementation for Python" readme = "README.md" requires-python = ">=3.10"