From de74a6f2584146cec3be7d0e2fb3af0b7c09a5ca Mon Sep 17 00:00:00 2001 From: ViDale Lovett <229783427+lovettsendit@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:10:41 +0200 Subject: [PATCH] Refresh PyPI badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 734a9fe..a019c9c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Dependabot tells you a new version exists. Breakcheck tells you whether the calls your code actually makes behave differently. [![CI](https://github.com/lovettsendit/breakcheck/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/lovettsendit/breakcheck/actions/workflows/ci.yml) -[![PyPI](https://img.shields.io/pypi/v/breakcheck)](https://pypi.org/project/breakcheck/) -[![Python](https://img.shields.io/pypi/pyversions/breakcheck)](https://pypi.org/project/breakcheck/) +[![PyPI](https://img.shields.io/pypi/v/breakcheck.svg?logo=pypi&label=PyPI&cacheSeconds=300)](https://pypi.org/project/breakcheck/) +[![Python](https://img.shields.io/pypi/pyversions/breakcheck.svg?logo=python&label=Python&cacheSeconds=300)](https://pypi.org/project/breakcheck/) [![License](https://img.shields.io/github/license/lovettsendit/breakcheck)](LICENSE) Breakcheck is a deterministic behavioral comparison tool for Python. It answers two bounded questions: