From 853ac66e24d80e2e5ef47e3b606504e7468ae358 Mon Sep 17 00:00:00 2001 From: Stef Karyotidis Date: Mon, 24 Aug 2026 20:45:39 +0300 Subject: [PATCH] docs: add PyPI release badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 571c276..f573377 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Deterministic guardrails for agent-assisted software development. [![Production Analysis](https://github.com/stef-k/agent-code-guard/actions/workflows/analysis.yml/badge.svg)](https://github.com/stef-k/agent-code-guard/actions/workflows/analysis.yml) +[![PyPI](https://img.shields.io/pypi/v/agent-code-guard?logo=pypi&logoColor=white)](https://pypi.org/project/agent-code-guard/) [![Python 3.10–3.14](https://img.shields.io/badge/Python-3.10%E2%80%933.14-3776AB?logo=python&logoColor=white)](https://github.com/stef-k/agent-code-guard/blob/main/docs/platform-support.md) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/stef-k/agent-code-guard/blob/main/LICENSE)