Skip to content

Commit 2cdb482

Browse files
authored
MAINT post-v0.9.1.dev0 release updates (#915)
1 parent 71e1a82 commit 2cdb482

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.8.2.dev0"
3+
version = "0.9.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 = "[email protected]" },

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.2.dev0"
9+
__version__ = "0.9.1.dev0"

0 commit comments

Comments
 (0)