From a13d582d0bf705dbe801bf6973aae60029e2d65d Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Fri, 21 Nov 2025 10:43:42 -0500 Subject: [PATCH 1/2] fix: sync with capiscio-core v1.0.2 --- pyproject.toml | 2 +- src/capiscio/manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 397e9ba..f825506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "capiscio" -version = "2.1.2" +version = "1.0.2" description = "The official CapiscIO CLI tool for validating A2A agents." readme = "README.md" requires-python = ">=3.10" diff --git a/src/capiscio/manager.py b/src/capiscio/manager.py index 778ee23..0ab6eb2 100644 --- a/src/capiscio/manager.py +++ b/src/capiscio/manager.py @@ -17,7 +17,7 @@ logger = logging.getLogger(__name__) # Configuration -CORE_VERSION = "2.1.2" # Matches the python package version +CORE_VERSION = "1.0.2" # Matches the python package version GITHUB_REPO = "capiscio/capiscio-core" BINARY_NAME = "capiscio" From dcf2e08d774e8c7f2f0867e13a2121abf2ba0e1a Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Fri, 21 Nov 2025 10:54:20 -0500 Subject: [PATCH 2/2] fix: bump package version to 2.1.3 but keep core version at 1.0.2 --- pyproject.toml | 2 +- src/capiscio/manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f825506..832548d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "capiscio" -version = "1.0.2" +version = "2.1.3" description = "The official CapiscIO CLI tool for validating A2A agents." readme = "README.md" requires-python = ">=3.10" diff --git a/src/capiscio/manager.py b/src/capiscio/manager.py index 0ab6eb2..c4f880d 100644 --- a/src/capiscio/manager.py +++ b/src/capiscio/manager.py @@ -17,7 +17,7 @@ logger = logging.getLogger(__name__) # Configuration -CORE_VERSION = "1.0.2" # Matches the python package version +CORE_VERSION = "1.0.2" # The version of the core binary to download GITHUB_REPO = "capiscio/capiscio-core" BINARY_NAME = "capiscio"