From 6cca2a8d9e2c47403825968ae3450ec1a27fdaaf Mon Sep 17 00:00:00 2001 From: Vini Katyal Date: Fri, 6 Jun 2025 08:48:42 +0530 Subject: [PATCH] Prepare release v0.0.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45140e8..61aa9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "compliant-llm" -version = "0.1.9" +version = "0.0.10" description = "Tool for testing AI system prompts against various attack vectors" readme = "README.md" requires-python = ">=3.9"