Skip to content

Commit

Permalink
Adds the pypi shield to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed Nov 14, 2023
1 parent 022f606 commit 07f1c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="getbible",
version="1.0.1",
version="1.0.2",
author="Llewellyn van der Merwe",
author_email="[email protected]",
description="A Python package to retrieving Bible references with ease.",
Expand Down

0 comments on commit 07f1c95

Please sign in to comment.