Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarpearson committed May 21, 2016
2 parents 6b7311e + a04b70e commit 1987264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='mmeowlink',
version='0.7.1',
version='0.8.1',
description='Driver layer for communicating with Medtronic pumps over a variety of radios',
packages=find_packages(),
include_package_data=True,
Expand All @@ -18,10 +18,10 @@
'pyserial'
],
scripts = [
'bin/mmeowlink-send.py',
'bin/mmeowlink-bolus.py',
'bin/mmtune.py',
'bin/mmeowlink-rf-dump.py'
'bin/mmeowlink-rf-dump.py',
'bin/mmeowlink-send.py',
'bin/mmtune.py'
],
classifiers = [
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 1987264

Please sign in to comment.