Skip to content

Commit

Permalink
Bump version to v1.1.3, ready for re-upload (issue IanHarvey#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Harvey committed Nov 13, 2017
1 parent b1178fb commit f269f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ The Python files are released into the public domain by their author, Ian Harvey
Release Notes
-------------

Release 1.1.2:
Release 1.1.3:
- Re-release of 1.1.2 following upload problems

Release 1.1.2: *now deleted*
- Re #158: Try to make PyPI installation more robust
- Merge #214: add passive scan support
- Merge #213: Add Thingy:52 support
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f269f34

Please sign in to comment.