Skip to content

Commit 8f1ef7a

Browse files
committed
release 0.1.2
1 parent a497651 commit 8f1ef7a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ 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://raw.githubusercontent.com/Azure/PyRIT/releases/v0.1.2/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),
38+
Check out our [docs](https://github.com/Azure/PyRIT/blob/releases/v0.1.2/doc/README.md) for more information
39+
on how to [install PyRIT](https://github.com/Azure/PyRIT/blob/releases/v0.1.2/doc/setup/install_pyrit.md),
40+
our [How to Guide](https://github.com/Azure/PyRIT/blob/releases/v0.1.2/doc/how_to_guide.ipynb),
4141
and more, as well as our [demos](https://github.com/Azure/PyRIT/tree/main/doc/demo) folder.
4242

4343
## Trademarks

pyproject.toml

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

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.1.2.dev0"
9+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)