Skip to content

Commit

Permalink
release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rdheekonda committed Dec 3, 2024
1 parent 23ea930 commit 1a2838a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion pyrit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1a2838a

Please sign in to comment.