summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 29c98ea..f19b287 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if platform.system( ) == 'Linux':
15 ] 15 ]
16 16
17setup(name='dexcom_reader', 17setup(name='dexcom_reader',
18 version='0.0.4', # http://semver.org/ 18 version='0.0.5', # http://semver.org/
19 description='Audit, and inspect data from Dexcom G4.', 19 description='Audit, and inspect data from Dexcom G4.',
20 long_description=readme(), 20 long_description=readme(),
21 author="Will Nowak", 21 author="Will Nowak",