Skip to content

Commit 768da44

Browse files
[MAINT] post-v0.10.0rc0.dev0 release updates (#1091)
1 parent 4b10237 commit 768da44

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.9.1.dev0"
3+
version = "0.10.0.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" },

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.9.1.dev0"
9+
__version__ = "0.10.0.dev0"

0 commit comments

Comments
 (0)