From d91766ff8e9b87822e40a760e035122766944d28 Mon Sep 17 00:00:00 2001 From: breid48 Date: Fri, 21 Jun 2024 21:35:10 -0700 Subject: [PATCH] add pypi version badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c865e0a..639d177 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## cacheing - Pure Python Cacheing Library ![PyPI - Downloads](https://img.shields.io/pypi/dm/cacheing) +![PyPI - Version](https://img.shields.io/pypi/v/cacheing.svg?logo=pypi&logoColor=FFE873) ![Coverage](https://img.shields.io/codecov/c/github/breid48/rcache?token=E2GVMUS6KU) ![Test Pipeline](https://github.com/breid48/cacheing/actions/workflows/test.yml/badge.svg) ![License](https://img.shields.io/github/license/breid48/cacheing.svg)