We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee23e1b commit f9d9557Copy full SHA for f9d9557
setup.py
@@ -3,11 +3,11 @@
3
setup(
4
name='gatt',
5
packages=['gatt'],
6
- version='0.2.6',
+ version='0.2.7',
7
description='Bluetooth GATT SDK for Python',
8
keywords='gatt',
9
url='https://github.com/getsenic/gatt-python',
10
- download_url='https://github.com/getsenic/gatt-python/archive/0.2.6.tar.gz',
+ download_url='https://github.com/getsenic/gatt-python/archive/0.2.7.tar.gz',
11
author='Senic GmbH',
12
author_email='developers@senic.com',
13
license='MIT',
0 commit comments