From 14a8077da050a904ac61df983841c316dd622d87 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 7 Mar 2020 17:33:44 +0000 Subject: [PATCH] Add PyPI shield badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d29bfc..f1a170f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![image](https://travis-ci.org/waveaccounting/dj-inmemorystorage.png?branch=master)](https://travis-ci.org/waveaccounting/dj-inmemorystorage) +[![PyPI](https://img.shields.io/pypi/v/dj-inmemorystorage.svg)](https://pypi.python.org/pypi/dj-inmemorystorage) + An in-memory data storage backend for Django. Compatible with Django's [storage