Skip to content

Commit 80028af

Browse files
authored
fix: sync with capiscio-core v1.0.2 (#2)
* fix: sync with capiscio-core v1.0.2 * fix: bump package version to 2.1.3 but keep core version at 1.0.2
1 parent 7b672be commit 80028af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "capiscio"
7-
version = "2.1.2"
7+
version = "2.1.3"
88
description = "The official CapiscIO CLI tool for validating A2A agents."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/capiscio/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
logger = logging.getLogger(__name__)
1818

1919
# Configuration
20-
CORE_VERSION = "2.1.2" # Matches the python package version
20+
CORE_VERSION = "1.0.2" # The version of the core binary to download
2121
GITHUB_REPO = "capiscio/capiscio-core"
2222
BINARY_NAME = "capiscio"
2323

0 commit comments

Comments
 (0)