diff --git a/setup.py b/setup.py index 48a6451..d447f6e 100644 --- a/setup.py +++ b/setup.py @@ -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, @@ -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',