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 @@ 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.",