Skip to content

Commit af99322

Browse files
committed
release: 2.4.0 stable (PyPI)
1 parent 183a73f commit af99322

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 = "agent-passport-system"
7-
version = "2.4.0a3"
7+
version = "2.4.0"
88
description = "Python SDK for the Agent Passport System. Identity, delegation, governance, data source registration, training attribution, per-period attribution settlement, mutual authentication, evidentiary type safety, Wave 1 accountability primitives (action, authority-boundary, custody, contestability, bundle), Cognitive Attestation, Instruction Provenance Receipts. Cross-language parity with agent-passport-system npm v2.6.0 verified by byte-identical canonical JSON fixtures."
99
readme = "README.md"
1010
license = "Apache-2.0"

src/agent_passport/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Docs: https://aeoess.com/llms-full.txt
2929
"""
3030

31-
__version__ = "2.4.0a3"
31+
__version__ = "2.4.0"
3232

3333
# Crypto
3434
from .crypto import generate_key_pair, sign, verify, public_key_from_private

0 commit comments

Comments
 (0)