From a90053d9474a965c401a33fe896ff85824349215 Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Sun, 23 Nov 2025 00:07:46 -0500 Subject: [PATCH] chore: bump version to 0.3.1 for release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7482c82..d3d8c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,11 @@ pip install capiscio-sdk==0.1.0 ## [Unreleased] +## [0.3.1] - 2025-11-23 + +### Fixed +- **Release Automation**: Bumped version to trigger fresh GitHub Release and PyPI publication with correct artifacts. + ## [0.3.0] - 2025-11-22 ### Added diff --git a/pyproject.toml b/pyproject.toml index f46e231..28a0d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "capiscio-sdk" -version = "0.3.0" +version = "0.3.1" description = "Runtime security middleware for A2A agents" readme = "README.md" requires-python = ">=3.10"