Skip to content

Commit ff53bcc

Browse files
committed
chore: bump daemon version to 0.7.1, SDK version to 0.7.2
- Align daemon version with agentanycast-node v0.7.1 release - Bump SDK to 0.7.2 for PyPI release with protobuf fix
1 parent 12ac544 commit ff53bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "agentanycast"
7-
version = "0.7.1"
7+
version = "0.7.2"
88
description = "Connect AI agents across any network — no public IP needed. P2P encrypted, NAT-traversing, zero-config on LAN."
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

src/agentanycast/daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Daemon binary version — independent of the SDK package version.
4040
# Update this when a new agentanycast-node release is published.
41-
_DEFAULT_DAEMON_VERSION = "0.7.0"
41+
_DEFAULT_DAEMON_VERSION = "0.7.1"
4242

4343

4444
def _detect_platform() -> tuple[str, str]:

0 commit comments

Comments
 (0)