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"