From 9823a9bdb659492bc5e15899d0fb8179d4fdae14 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Tue, 16 Jun 2026 18:13:44 -0600 Subject: [PATCH] =?UTF-8?q?chore(release):=200.93.0=20=E2=80=94=20streamin?= =?UTF-8?q?g=20detectors=20(0.92.0=20was=20taken=20by=20#250)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The detector kernel from #251 landed on main labeled 0.92.0, but #250 had already published 0.92.0 to npm (immutable). Bump the trio to 0.93.0 so the streaming detectors actually publish. No code change — version-only. --- clients/python/pyproject.toml | 2 +- clients/python/src/agent_eval_rpc/__init__.py | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index a520d51..04426cb 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agent-eval-rpc" -version = "0.92.0" +version = "0.93.0" 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." readme = "README.md" requires-python = ">=3.10" diff --git a/clients/python/src/agent_eval_rpc/__init__.py b/clients/python/src/agent_eval_rpc/__init__.py index 6b4519f..eb614b6 100644 --- a/clients/python/src/agent_eval_rpc/__init__.py +++ b/clients/python/src/agent_eval_rpc/__init__.py @@ -58,7 +58,7 @@ try: __version__ = version("agent-eval-rpc") except PackageNotFoundError: - __version__ = "0.92.0" + __version__ = "0.93.0" __all__ = [ "Client", diff --git a/package.json b/package.json index 8963330..f867e46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tangle-network/agent-eval", - "version": "0.92.0", + "version": "0.93.0", "description": "Evaluate and improve AI agents from runs, traces, judges, and feedback. Compare candidates, cluster failures, measure lift, and gate releases.", "homepage": "https://github.com/tangle-network/agent-eval#readme", "repository": {