Skip to content

Commit

Permalink
setup.py: update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Harvey committed May 7, 2017
1 parent 4bac0dd commit 1e7a6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ class BluepyBuildExt(build_ext):

setup (
name='bluepy',
version='1.0.5',
version='1.1.0',
description='Python module for interfacing with BLE devices through Bluez',
author='Ian Harvey',
author_email='[email protected]',
url='https://github.com/IanHarvey/bluepy',
download_url='https://github.com/IanHarvey/bluepy/tarball/v/1.0.5',
download_url='https://github.com/IanHarvey/bluepy/tarball/v/1.1.0',
keywords=[ 'Bluetooth', 'Bluetooth Smart', 'BLE', 'Bluetooth Low Energy' ],
classifiers=[
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 1e7a6da

Please sign in to comment.