From 552f797ac367236b8ff02ea54744bd6e4dca57f7 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 23 Dec 2024 16:43:32 +0000 Subject: [PATCH] build: bump version to v1.2.0rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e487f4..2530466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp" -version = "1.2.0.dev0" +version = "1.2.0rc1" description = "Model Context Protocol SDK" readme = "README.md" requires-python = ">=3.10"