From 435cdda43cfd5c0da2c5af05daf9c25d19bf7221 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Fri, 3 Jan 2025 16:10:46 +0000 Subject: [PATCH] release: Prepare v1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8d717a..ddfa725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp" -version = "1.2.0rc1" +version = "1.2.0" description = "Model Context Protocol SDK" readme = "README.md" requires-python = ">=3.10"