From b14f314484ccbd5ba84354ae75938a9adfa20001 Mon Sep 17 00:00:00 2001 From: Oussema Frikha Date: Mon, 22 Jun 2026 23:47:46 +0100 Subject: [PATCH] chore: bust stale Camo cache showing v0.1.0 PyPI badge Same fix as the other two SocialAPIsHub repos: GitHub's Camo proxy cached the SVG from before v0.1.1 published and won't revalidate for hours. Swapping the badge URL to one Camo hasn't seen forces a fresh fetch. cacheSeconds=300 added so shields.io itself caches for only 5 min going forward, limiting future drift after v0.1.2. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 775e413..4452f07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # instagram-scraper-python -[![PyPI](https://badge.fury.io/py/socialapis-sdk.svg)](https://pypi.org/project/socialapis-sdk/) +[![PyPI](https://img.shields.io/pypi/v/socialapis-sdk?cacheSeconds=300&label=PyPI&logo=pypi&logoColor=white)](https://pypi.org/project/socialapis-sdk/) [![Python versions](https://img.shields.io/pypi/pyversions/socialapis-sdk)](https://pypi.org/project/socialapis-sdk/) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)