Skip to content

Commit 29d4f54

Browse files
committed
Assuming, that the wrong logging package is included
1 parent 2ffb539 commit 29d4f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'gsmHat',
44
packages = ['gsmHat'],
5-
version = '0.2',
5+
version = '0.3',
66
license='MIT',
77
description = 'Using the Waveshare GSM/GPRS/GNSS Hat for Raspberry Pi with Python',
88
author = 'Tarek Tounsi',
99
author_email = 'software@tounsi.de',
1010
url = 'https://github.com/Civlo85/gsmHat',
11-
download_url = 'https://github.com/Civlo85/gsmHat/archive/v_02.tar.gz',
11+
download_url = 'https://github.com/Civlo85/gsmHat/archive/v_03.tar.gz',
1212
keywords = ['Waveshare', 'GSM', 'GPS', 'Raspberry', 'Pi'],
1313
install_requires=[
1414
'serial',

0 commit comments

Comments
 (0)