From 1a2838a515edfbf91d7e0843d6fb44b4d4bc84ca Mon Sep 17 00:00:00 2001 From: rdheekonda Date: Tue, 3 Dec 2024 15:06:11 -0800 Subject: [PATCH] release v0.5.2 --- pyproject.toml | 2 +- pyrit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fbf6b878..84ef2d12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyrit" -version = "0.4.1.dev0" +version = "0.5.2" description = "The Python Risk Identification Tool for LLMs (PyRIT) is a library used to assess the robustness of LLMs" authors = [ { name = "Microsoft AI Red Team", email = "airedteam@microsoft.com" }, diff --git a/pyrit/__init__.py b/pyrit/__init__.py index f5e0f025f..b7f126f00 100644 --- a/pyrit/__init__.py +++ b/pyrit/__init__.py @@ -6,4 +6,4 @@ __name__ = "pyrit" # Remove dev suffix when releasing and keep in sync with pyproject.toml -__version__ = "0.4.1.dev0" +__version__ = "0.5.2"