Skip to content

Commit 7f4b503

Browse files
committed
chore(release): lock python package to 0.79.0
1 parent fd575a3 commit 7f4b503

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

clients/python/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-eval-rpc"
7-
version = "0.77.0"
7+
version = "0.79.0"
88
description = "Python RPC client for @tangle-network/agent-eval — judge content against rubrics over HTTP or stdio RPC. Eval logic runs in the Node runtime; this package is a thin wire client."
99
readme = "README.md"
1010
requires-python = ">=3.10"

clients/python/src/agent_eval_rpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
try:
5959
__version__ = version("agent-eval-rpc")
6060
except PackageNotFoundError:
61-
__version__ = "0.77.0"
61+
__version__ = "0.79.0"
6262

6363
__all__ = [
6464
"Client",

clients/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)