diff --git a/README.md b/README.md index fa994c465..c710bc1c4 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,16 @@ For example, at Microsoft we are using this tool to iterate on different versions of a product (and its metaprompt) so that we can more effectively protect against prompt injection attacks. -![PyRIT architecture](https://github.com/Azure/PyRIT/blob/main/assets/pyrit_architecture.png) +![PyRIT architecture](https://github.com/Azure/PyRIT/blob/releases/v0.1.1/assets/pyrit_architecture.png) ## Where can I learn more? Microsoft Learn has a [dedicated page on AI Red Teaming](https://learn.microsoft.com/en-us/security/ai-red-team). -Check out our [docs](https://github.com/Azure/PyRIT/blob/main/doc/README.md) for more information -on how to [install PyRIT](https://github.com/Azure/PyRIT/blob/main/doc/setup/install_pyrit.md), -our [How to Guide](https://github.com/Azure/PyRIT/blob/main/doc/how_to_guide.ipynb), +Check out our [docs](https://github.com/Azure/PyRIT/blob/releases/v0.1.1/doc/README.md) for more information +on how to [install PyRIT](https://github.com/Azure/PyRIT/blob/releases/v0.1.1/doc/setup/install_pyrit.md), +our [How to Guide](https://github.com/Azure/PyRIT/blob/releases/v0.1.1/doc/how_to_guide.ipynb), and more, as well as our [demos](https://github.com/Azure/PyRIT/tree/main/doc/demo) folder. ## Trademarks diff --git a/pyproject.toml b/pyproject.toml index c33e11ee9..e32c1b926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyrit" -version = "0.1.0" +version = "0.1.1" 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 4f1a24e0d..edee750ef 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.1.1.dev0" +__version__ = "0.1.1"