From b40e3b201ba068d379b51b909eb6a8f305ac8b4f Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Fri, 27 Mar 2026 00:32:33 -0400 Subject: [PATCH] chore: bump version to 2.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d55d523..0d06894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "capiscio-mcp" -version = "2.5.0" +version = "2.6.0" description = "Trust badges for MCP tool calls - RFC-006 & RFC-007 implementation" readme = "README.md" requires-python = ">=3.10"