From 70b4d5b0010314437bc9291e39c0b1bddc97636f Mon Sep 17 00:00:00 2001 From: Maneesh-Relanto Date: Fri, 27 Feb 2026 16:16:09 +0530 Subject: [PATCH] docs: add cache-bust to Python versions badge (was showing stale not-found) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b1556..00325a4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![CI](https://img.shields.io/github/actions/workflow/status/Maneesh-Relanto/Prompt-Run/ci.yml?branch=main&style=flat-square&label=CI&color=16a34a&logo=github-actions&logoColor=white)](https://github.com/Maneesh-Relanto/Prompt-Run/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/prompt-run?style=flat-square&color=0284c7&logo=pypi&logoColor=white)](https://pypi.org/project/prompt-run/) [![PyPI Downloads](https://img.shields.io/badge/downloads%2Fmo-TBU-0284c7?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/prompt-run/) -[![Python](https://img.shields.io/pypi/pyversions/prompt-run?style=flat-square&color=7c3aed&logo=python&logoColor=white)](https://pypi.org/project/prompt-run/) +[![Python](https://img.shields.io/pypi/pyversions/prompt-run?style=flat-square&color=7c3aed&logo=python&logoColor=white&v=1)](https://pypi.org/project/prompt-run/) [![Coverage](https://img.shields.io/badge/coverage-90%25-22c55e?style=flat-square)](https://github.com/Maneesh-Relanto/Prompt-Run) [![License: MIT](https://img.shields.io/badge/license-MIT-f59e0b?style=flat-square)](LICENSE)