Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit a3f1a93

Browse files
mosiddiCopilot
andcommitted
fix: sync __version__ with pyproject.toml (1.0.0-alpha -> 2.0.1)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b0638ca commit a3f1a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agentmesh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Version: 1.0.0-alpha
1010
"""
1111

12-
__version__ = "1.0.0-alpha"
12+
__version__ = "2.0.1"
1313

1414
# Layer 1: Identity & Zero-Trust Core
1515
from .identity import (

0 commit comments

Comments
 (0)