Skip to content

Commit 0193c69

Browse files
committed
bump version
The previous commits introduce a new way to find a Dexcom device. Bumping minor version, resetting patch level.
1 parent fe37194 commit 0193c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def readme():
1010
return f.read()
1111

1212
setup(name='dexcom_reader',
13-
version='0.0.9-dev', # http://semver.org/
13+
version='0.1.0-dev', # http://semver.org/
1414
description='Audit, and inspect data from Dexcom G4.',
1515
long_description=readme(),
1616
author="Will Nowak",

0 commit comments

Comments
 (0)