Skip to content

Commit 8b81a3a

Browse files
jaylagorioscottleibrand
authored andcommitted
Update setup.py (openaps#20)
Bump the version number so people upgrading using `oref0-setup` get this when they upgrade `openaps` to 0.2.2-dev
1 parent 55d3517 commit 8b81a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def readme():
1010
return f.read()
1111

1212
setup(name='dexcom_reader',
13-
version='0.1.10', # http://semver.org/
14-
description='Audit, and inspect data from Dexcom G4.',
13+
version='0.1.11', # http://semver.org/
14+
description='Audit, and inspect data from Dexcom G4, G5, and G6 receivers.',
1515
long_description=readme(),
1616
author="Will Nowak",
1717
# I'm just maintaining the package, @compbrain authored it.

0 commit comments

Comments
 (0)