Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlundeen2 committed Apr 29, 2024
1 parent 959101a commit e902184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ 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://raw.githubusercontent.com/Azure/PyRIT/releases/v0.2.0/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),
and more, as well as our [demos](https://github.com/Azure/PyRIT/tree/main/doc/demo) folder.
Check out our [docs](https://raw.githubusercontent.com/Azure/PyRIT/releases/v0.2.0/doc/README.md) for more information
on how to [install PyRIT](https://raw.githubusercontent.com/Azure/PyRIT/releases/v0.2.0/doc/setup/install_pyrit.md),
our [How to Guide](https://raw.githubusercontent.com/Azure/PyRIT/releases/v0.2.0/doc/how_to_guide.ipynb),
and more, as well as our [demos](https://raw.githubusercontent.com/Azure/PyRIT/releases/v0.2.0/doc/demo) folder.

## Trademarks

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyrit"
version = "0.2.0.dev0"
version = "0.2.0"
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" },
Expand Down

0 comments on commit e902184

Please sign in to comment.