From c610b6d76d9cbc586a8a94ba7b484d82b791d5c9 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Fri, 11 Oct 2024 01:19:46 +0100 Subject: [PATCH] bump version for next release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2863dde..4765da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp-python" -version = "0.1.4" +version = "0.1.5.dev" description = "Model Context Protocol implementation for Python" readme = "README.md" requires-python = ">=3.10"