From 29d4f54d52867d6c0de7f7cb03ef61289c5b1f38 Mon Sep 17 00:00:00 2001 From: Tarek Date: Thu, 15 Oct 2020 11:29:12 +0200 Subject: [PATCH] Assuming, that the wrong logging package is included --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fd99faf..1acaf98 100755 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ from distutils.core import setup setup( name = 'gsmHat', packages = ['gsmHat'], - version = '0.2', + version = '0.3', license='MIT', description = 'Using the Waveshare GSM/GPRS/GNSS Hat for Raspberry Pi with Python', author = 'Tarek Tounsi', author_email = 'software@tounsi.de', url = 'https://github.com/Civlo85/gsmHat', - download_url = 'https://github.com/Civlo85/gsmHat/archive/v_02.tar.gz', + download_url = 'https://github.com/Civlo85/gsmHat/archive/v_03.tar.gz', keywords = ['Waveshare', 'GSM', 'GPS', 'Raspberry', 'Pi'], install_requires=[ 'serial',