From 748e67b6083ff111e11f1491d985e76bd90c7852 Mon Sep 17 00:00:00 2001 From: jaylagorio Date: Tue, 22 Jan 2019 09:06:54 -0500 Subject: [PATCH] Update setup.py Bump the version number so people upgrading using `oref0-setup` get this when they upgrade `openaps` to 0.2.2-dev --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ccd42b5..8f39ab4 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ def readme(): return f.read() setup(name='dexcom_reader', - version='0.1.10', # http://semver.org/ - description='Audit, and inspect data from Dexcom G4.', + version='0.1.11', # http://semver.org/ + description='Audit, and inspect data from Dexcom G4, G5, and G6 receivers.', long_description=readme(), author="Will Nowak", # I'm just maintaining the package, @compbrain authored it.