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 eaafe67..0ad9da9 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ def readme():
8 return f.read() 8 return f.read()
9 9
10setup(name='dexcom_reader', 10setup(name='dexcom_reader',
11 version='0.0.1', # http://semver.org/ 11 version='0.0.2', # http://semver.org/
12 description='Audit, and inspect data from Dexcom G4.', 12 description='Audit, and inspect data from Dexcom G4.',
13 long_description=readme(), 13 long_description=readme(),
14 author="Medevice contributors", 14 author="Medevice contributors",