From 4d4cd289172baba59977afa66e8852cacd036e02 Mon Sep 17 00:00:00 2001 From: Binay <150876063+bkd-dotcom@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:56:44 -0400 Subject: [PATCH] =?UTF-8?q?release:=20v0.2.3=20=E2=80=94=20signetry-eval?= =?UTF-8?q?=20(pin=20signetry-core@v0.6.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b5a47b..d1ae142 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "signetry-eval" -version = "0.2.2" +version = "0.2.3" description = "The public adversarial evaluation suite for Signetry: measures attack success rate (ASR) and utility-under-defense for coding-agent prompt injection, skill/MCP poisoning, and memory-injection threats, governed by signetry-core." readme = "README.md" requires-python = ">=3.11"