From dd0a4521a1f0beea973f11bcd70a7082051e0451 Mon Sep 17 00:00:00 2001 From: DanMat Date: Sun, 5 Jul 2026 09:32:42 -0400 Subject: [PATCH] docs: add PyPI version badge Divvy is now on PyPI as divvy-backtest; badge links to the project page. Co-Authored-By: Claude Opus 4.8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46f2339..035bbd1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ **Replay your real investing history against a different set of holdings — and see the dividends and returns you *would* have earned.** +[![PyPI](https://img.shields.io/pypi/v/divvy-backtest.svg)](https://pypi.org/project/divvy-backtest/) [![CI](https://github.com/DanMat/Divvy/actions/workflows/ci.yml/badge.svg)](https://github.com/DanMat/Divvy/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/)