From 07f1c95d830afe7e50a6f4e0290c57e5b762493c Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Tue, 14 Nov 2023 19:19:14 +0200 Subject: [PATCH] Adds the pypi shield to readme. --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24064d2..268e3fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # getBible Librarian [![Stable Librarian](https://github.com/getbible/librarian/actions/workflows/stable-librarian.yml/badge.svg)](https://github.com/getbible/librarian/actions/workflows/stable-librarian.yml) +[![GetBible Librarian](https://img.shields.io/pypi/v/getbible?style=flat-square)](https://pypi.org/project/getbible/) The `getBible` Librarian package is a Python library designed for efficiently retrieving the scripture reference across various translations. @@ -9,6 +10,7 @@ The `getBible` Librarian package is a Python library designed for efficiently re ```bash pip install getbible ``` +> see package on [pypi](https://pypi.org/project/getbible) ## Features diff --git a/setup.py b/setup.py index 8de9e5d..d3a5641 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f: setup( name="getbible", - version="1.0.1", + version="1.0.2", author="Llewellyn van der Merwe", author_email="getbible@vdm.io", description="A Python package to retrieving Bible references with ease.",