From fc4a5b375186b4da0143422f8d0e8674fcb5e956 Mon Sep 17 00:00:00 2001 From: Praneeth Vadlapati Date: Mon, 30 Mar 2026 19:01:58 +0530 Subject: [PATCH] Updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1be95b..0f24c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agent-action-guard" -version = "1.0.8" +version = "1.0.9" description = "Runtime classifier for screening AI agent actions as safe, harmful, or unethical." readme = {file = "README.md", content-type = "text/markdown"} license = "CC-BY-4.0"