diff --git a/README.md b/README.md index 4572c15..25cb923 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ # Python Lidl Plus API [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Andre0512/lidl-plus/python-check.yml?branch=main&label=checks)](https://github.com/Andre0512/lidl-plus/actions/workflows/python-check.yml) +[![PyPI - Status](https://img.shields.io/pypi/status/lidl-plus)](https://pypi.org/project/lidl-plus) [![PyPI](https://img.shields.io/pypi/v/lidl-plus?color=blue)](https://pypi.org/project/lidl-plus) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lidl-plus)](https://www.python.org/) +[![PyPI - License](https://img.shields.io/pypi/l/lidl-plus)](https://github.com/Andre0512/lidl-plus/blob/main/LICENCE) [![PyPI - Downloads](https://img.shields.io/pypi/dm/lidl-plus)](https://pypistats.org/packages/lidl-plus) Fetch receipts and more from Lidl Plus. diff --git a/setup.py b/setup.py index cec8593..a55a257 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="lidl-plus", - version="0.2.1", + version="0.2.2", author="Andre Basche", description="Fetch receipts and more from Lidl Plus", long_description=long_description,