From 9923f45a9506e8be4861c17bab8d00ccfe305970 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Sat, 2 Nov 2019 17:50:34 +0100 Subject: [PATCH] Add pypi badge --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cf1fd7..fec2d84 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ⚠️ this is not an official implementation +[![pypi_badge](https://img.shields.io/pypi/v/georideapilib?style=for-the-badge)](https://pypi.org/project/georideapilib/) + Official georide website: https://georide.fr/ This library can control your georide tracker tracker diff --git a/setup.py b/setup.py index d65fc3c..05e75fd 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ CURRENT_DIR = os.path.dirname(__file__) setup( name='georideapilib', packages=['georideapilib'], # this must be the same as the name above - version='0.4.2', + version='0.4.3', description='Lib to control georide tracker devices with their rest api', author='Matthieu DUVAL', author_email='georideapilib@duval-dev.fr',