Skip to content

Commit ca068ba

Browse files
committed
release v0.6.0
1 parent a8ca7a1 commit ca068ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyrit"
3-
version = "0.5.3.dev0"
3+
version = "0.6.0"
44
description = "The Python Risk Identification Tool for LLMs (PyRIT) is a library used to assess the robustness of LLMs"
55
authors = [
66
{ name = "Microsoft AI Red Team", email = "[email protected]" },

pyrit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__name__ = "pyrit"
77
# Remove dev suffix when releasing and keep in sync with pyproject.toml
8-
__version__ = "0.5.3.dev0"
8+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)