Skip to content

Commit f7e30cd

Browse files
committed
v0.8.1 updates
1 parent 394a16b commit f7e30cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="./doc/roakey.png" width="150"></p>
1+
<p align="center"><img src="https://raw.githubusercontent.com/Azure/PyRIT/releases/v0.8.1/doc/roakey.png" width="150"></p>
22

33
# Python Risk Identification Tool for generative AI (PyRIT)
44

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.8.1.dev0"
3+
version = "0.8.1"
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 = "airedteam@microsoft.com" },

pyrit/__init__.py

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

77
__name__ = "pyrit"
88
# Remove dev suffix when releasing and keep in sync with pyproject.toml
9-
__version__ = "0.8.1.dev0"
9+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)