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 f38fc51 commit d265215Copy full SHA for d265215
setup.py
@@ -3,11 +3,11 @@
3
setup(
4
name='gatt',
5
packages=['gatt'],
6
- version='0.2.4',
+ version='0.2.5',
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.4.tar.gz',
+ download_url='https://github.com/getsenic/gatt-python/archive/0.2.5.tar.gz',
11
author='Senic GmbH',
12
author_email='[email protected]',
13
license='MIT',
0 commit comments