We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b672be commit 80028afCopy full SHA for 80028af
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "capiscio"
7
-version = "2.1.2"
+version = "2.1.3"
8
description = "The official CapiscIO CLI tool for validating A2A agents."
9
readme = "README.md"
10
requires-python = ">=3.10"
src/capiscio/manager.py
@@ -17,7 +17,7 @@
17
logger = logging.getLogger(__name__)
18
19
# Configuration
20
-CORE_VERSION = "2.1.2" # Matches the python package version
+CORE_VERSION = "1.0.2" # The version of the core binary to download
21
GITHUB_REPO = "capiscio/capiscio-core"
22
BINARY_NAME = "capiscio"
23
0 commit comments