From 14c2ce16fe6944d5aa64c3c2689ce0c2ed2a2d71 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 14 Oct 2024 17:48:55 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13373200d..4d6aa0fa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp-python" -version = "0.1.5.dev" +version = "0.3.0.dev" description = "Model Context Protocol implementation for Python" readme = "README.md" requires-python = ">=3.10"