From 2a148f7f6286d2e0e7030f96d716e73917b22d39 Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Fri, 27 Mar 2026 00:32:26 -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 24f642d..22709c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "capiscio-sdk" -version = "2.5.0" +version = "2.6.0" description = "Runtime security middleware for A2A agents" readme = "README.md" requires-python = ">=3.10"