capiscio 1.2.2__tar.gz → 1.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: capiscio
3
- Version: 1.2.2
3
+ Version: 1.2.5
4
4
  Summary: A2A protocol validator and CLI tool
5
5
  Author-email: Capiscio Team <hello@capiscio.com>
6
6
  License-Expression: MIT
@@ -5,6 +5,6 @@ This package provides a Python wrapper around the Capiscio CLI tool,
5
5
  allowing easy installation and usage via pip.
6
6
  """
7
7
 
8
- __version__ = "1.2.2"
8
+ __version__ = "1.2.5"
9
9
  __author__ = "Capiscio Team"
10
10
  __email__ = "hello@capiscio.com"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: capiscio
3
- Version: 1.2.2
3
+ Version: 1.2.5
4
4
  Summary: A2A protocol validator and CLI tool
5
5
  Author-email: Capiscio Team <hello@capiscio.com>
6
6
  License-Expression: MIT
@@ -10,5 +10,4 @@ capiscio.egg-info/top_level.txt
10
10
  capiscio/binaries/capiscio-darwin-arm64
11
11
  capiscio/binaries/capiscio-darwin-x64
12
12
  capiscio/binaries/capiscio-linux-x64
13
- capiscio/binaries/capiscio-win-arm64.exe
14
13
  capiscio/binaries/capiscio-win-x64.exe
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "capiscio"
7
- version = "1.2.2"
7
+ version = "1.2.5"
8
8
  description = "A2A protocol validator and CLI tool"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
File without changes
File without changes
File without changes