From 8f4359e4d2d53545b05d67cefc3814d1d5037820 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Thu, 3 Oct 2024 10:48:01 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f9dfde..2863dde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp-python" -version = "0.1.3" +version = "0.1.4" description = "Model Context Protocol implementation for Python" readme = "README.md" requires-python = ">=3.10"