diff --git a/frontend/package.json b/frontend/package.json index 0be271dbe..324453afc 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.1-dev.0", "private": true, "type": "module", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 6e51277d4..a4a34b55f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyrit" -version = "0.10.1.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 3ac53d15a..0d84fadae 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.1.dev0"