5
0
Fork 0

Adds the pypi shield to readme.

This commit is contained in:
Llewellyn van der Merwe 2023-11-14 19:19:14 +02:00
parent 022f606c6c
commit 07f1c95d83
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

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