Skip to content

Commit 1099f61

Browse files
aeoessclaude
andcommitted
fix: align __version__ with package version 2.4.0a3
__init__.py reported 2.4.0a2 while pyproject (and the built dist) are 2.4.0a3 — a propagation miss. Corrects runtime-reported version. Note: PyPI 2.4.0a3 is already published carrying the stale a2 string; this correction rides the next release (no republish of a3 is possible). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1713902 commit 1099f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0a2"
31+
__version__ = "2.4.0a3"
3232

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

0 commit comments

Comments
 (0)