We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ca7a1 commit ca068baCopy full SHA for ca068ba
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pyrit"
3
-version = "0.5.3.dev0"
+version = "0.6.0"
4
description = "The Python Risk Identification Tool for LLMs (PyRIT) is a library used to assess the robustness of LLMs"
5
authors = [
6
{ name = "Microsoft AI Red Team", email = "[email protected]" },
pyrit/__init__.py
@@ -5,4 +5,4 @@
__name__ = "pyrit"
7
# Remove dev suffix when releasing and keep in sync with pyproject.toml
8
-__version__ = "0.5.3.dev0"
+__version__ = "0.6.0"
0 commit comments