From de1fa3753350428bc1430e489e98e1dae9a5ba3d Mon Sep 17 00:00:00 2001 From: hannahwestra25 Date: Wed, 4 Feb 2026 20:56:50 -0500 Subject: [PATCH 1/2] update to 0.11.0 release version --- frontend/package.json | 2 +- pyproject.toml | 2 +- pyrit/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0be271dbe7..d9922ee5af 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pyrit-frontend", - "version": "0.10.1-dev.0", + "version": "0.11.0-dev.0", "private": true, "type": "module", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 6e51277d4b..ba2b3ac660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyrit" -version = "0.10.1.dev0" +version = "0.11.0.dev0" description = "The Python Risk Identification Tool for LLMs (PyRIT) is a library used to assess the robustness of LLMs" authors = [ { name = "Microsoft AI Red Team", email = "airedteam@microsoft.com" }, diff --git a/pyrit/__init__.py b/pyrit/__init__.py index 3ac53d15a7..e3735f9cde 100644 --- a/pyrit/__init__.py +++ b/pyrit/__init__.py @@ -6,4 +6,4 @@ __name__ = "pyrit" # Remove dev suffix when releasing and keep in sync with pyproject.toml -__version__ = "0.10.1.dev0" +__version__ = "0.11.0.dev0" From fdfd08bcb3fe80bb900b806371af78609952d93e Mon Sep 17 00:00:00 2001 From: hannahwestra25 Date: Thu, 5 Feb 2026 13:32:13 -0500 Subject: [PATCH 2/2] update to .1 --- frontend/package.json | 2 +- pyproject.toml | 2 +- pyrit/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index d9922ee5af..324453afc3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pyrit-frontend", - "version": "0.11.0-dev.0", + "version": "0.11.1-dev.0", "private": true, "type": "module", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index ba2b3ac660..a4a34b55f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyrit" -version = "0.11.0.dev0" +version = "0.11.1.dev0" description = "The Python Risk Identification Tool for LLMs (PyRIT) is a library used to assess the robustness of LLMs" authors = [ { name = "Microsoft AI Red Team", email = "airedteam@microsoft.com" }, diff --git a/pyrit/__init__.py b/pyrit/__init__.py index e3735f9cde..0d84fadaee 100644 --- a/pyrit/__init__.py +++ b/pyrit/__init__.py @@ -6,4 +6,4 @@ __name__ = "pyrit" # Remove dev suffix when releasing and keep in sync with pyproject.toml -__version__ = "0.11.0.dev0" +__version__ = "0.11.1.dev0"