Skip to content

Commit fe964d5

Browse files
authored
MAINT post-v0.8.0 release update (#837)
1 parent d329b60 commit fe964d5

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
[project]
22
name = "pyrit"
3-
version = "0.7.1.dev0"
3+
version = "0.8.1.dev0"
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" },
7-
{ name = "dlmgary" },
8-
{ name = "amandajean119" },
9-
{ name = "microsiska" },
10-
{ name = "rdheekonda" },
11-
{ name = "rlundeen2" },
12-
{ name = "romanlutz" },
13-
{ name = "jbolor21" },
14-
{ name = "nina-msft" },
15-
{ name = "jsong468" },
16-
{ name = "eugeniavkim" },
177
]
188
readme = "README.md"
199
license = "MIT"

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.7.1.dev0"
9+
__version__ = "0.8.1.dev0"

0 commit comments

Comments
 (0)