Skip to content

Commit d68caed

Browse files
committed
release v0.3.0
1 parent 00c58fb commit d68caed

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ For example, at Microsoft we are using this tool to iterate on different
2828
versions of a product (and its metaprompt) so that we can more effectively
2929
protect against prompt injection attacks.
3030

31-
![PyRIT architecture](https://github.com/Azure/PyRIT/blob/main/assets/pyrit_architecture.png)
31+
![PyRIT architecture](https://github.com/Azure/PyRIT/releases/v0.3.0/assets/pyrit_architecture.png)
3232

3333
## Where can I learn more?
3434

3535
Microsoft Learn has a
3636
[dedicated page on AI Red Teaming](https://learn.microsoft.com/en-us/security/ai-red-team).
3737

38-
Check out our [docs](https://github.com/Azure/PyRIT/blob/main/doc/README.md) for more information
39-
on how to [install PyRIT](https://github.com/Azure/PyRIT/blob/main/doc/setup/install_pyrit.md),
40-
our [How to Guide](https://github.com/Azure/PyRIT/blob/main/doc/how_to_guide.ipynb),
41-
and more, as well as our [demos](https://github.com/Azure/PyRIT/tree/main/doc/demo) folder.
38+
Check out our [docs](https://github.com/Azure/PyRIT/releases/v0.3.0/doc/README.md) for more information
39+
on how to [install PyRIT](https://github.com/Azure/PyRIT/releases/v0.3.0/doc/setup/install_pyrit.md),
40+
our [How to Guide](https://github.com/Azure/PyRIT/releases/v0.3.0/doc/how_to_guide.ipynb),
41+
and more, as well as our [demos](https://github.com/Azure/PyRIT/tree/releases/v0.3.0/doc/demo) folder.
4242

4343
## Trademarks
4444

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyrit"
3-
version = "0.2.2.dev0"
3+
version = "0.3.0"
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 = "[email protected]" },

pyrit/__init__.py

+1-1
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.2.2.dev0"
9+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)