forked from IanHarvey/bluepy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to v1.1.3, ready for re-upload (issue IanHarvey#158)
- Loading branch information
Ian Harvey
committed
Nov 13, 2017
1 parent
b1178fb
commit f269f34
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,12 +76,12 @@ def finalize_options(self): | |
|
||
setup ( | ||
name='bluepy', | ||
version='1.1.2', | ||
version='1.1.3', | ||
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.1.2', | ||
download_url='https://github.com/IanHarvey/bluepy/tarball/v/1.1.3', | ||
keywords=[ 'Bluetooth', 'Bluetooth Smart', 'BLE', 'Bluetooth Low Energy' ], | ||
classifiers=[ | ||
'Programming Language :: Python :: 2.7', | ||
|