From 7eb5d9689387fede15051d01cc81144f1891b30a Mon Sep 17 00:00:00 2001 From: lv10 Date: Sat, 14 Mar 2026 23:31:49 -0400 Subject: [PATCH] fix(docs): replace hardcoded version badge with dynamic PyPI badge Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f632ab..1b9c947 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python Best Buy API Wrapper -![image](https://img.shields.io/badge/version-2.1.0-blue.svg) +![image](https://img.shields.io/pypi/v/bestbuyapi.svg) [![CI Main](https://github.com/lv10/bestbuyapi/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/lv10/bestbuyapi/actions/workflows/ci.yml?query=branch%3Amain) [![CI Dev](https://github.com/lv10/bestbuyapi/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/lv10/bestbuyapi/actions/workflows/ci.yml?query=branch%3Adev)