From 750672a4a26a68ad410803df60767436fb099c58 Mon Sep 17 00:00:00 2001 From: tbartel74 Date: Tue, 14 Jul 2026 16:32:30 +0200 Subject: [PATCH] docs(sdk): use published 2.0 installation --- CHANGELOG.md | 2 +- README.md | 2 +- docs/python.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88aea1..79d142f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.0.0] - 2026-07-10 +## [2.0.0] - 2026-07-14 ### Changed (breaking) diff --git a/README.md b/README.md index 5d51fc9..ab6c1b2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Official Python SDK for Vigil Guard prompt injection detection API (self-hosted ## Installation ```bash -pip install "vigil-guard @ git+https://github.com/Vigil-Guard/vge-python-sdk.git" +pip install "vigil-guard==2.0.0" ``` ## Quick Start diff --git a/docs/python.md b/docs/python.md index fec6d85..4c9363e 100644 --- a/docs/python.md +++ b/docs/python.md @@ -12,19 +12,19 @@ Official Python SDK for integrating with Vigil Guard prompt injection detection ## Installation ```bash -pip install "vigil-guard @ git+https://github.com/Vigil-Guard/vge-python-sdk.git" +pip install "vigil-guard==2.0.0" ``` With Poetry: ```bash -poetry add "git+https://github.com/Vigil-Guard/vge-python-sdk.git" +poetry add "vigil-guard@2.0.0" ``` With uv: ```bash -uv add "vigil-guard @ git+https://github.com/Vigil-Guard/vge-python-sdk.git" +uv add "vigil-guard==2.0.0" ``` --- @@ -858,5 +858,5 @@ src/vigil/ --- -**Last Updated:** 2026-07-10 +**Last Updated:** 2026-07-14 **SDK Version:** 2.0.0