From 5278c7835ac64ccd5a64fc8a286711d89516686d Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 2 Jan 2017 15:21:01 -0800 Subject: [PATCH] bump version to 0.2.0 for radio_locale support --- openaps/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openaps/__init__.py b/openaps/__init__.py index 94b7b79..b5834c1 100644 --- a/openaps/__init__.py +++ b/openaps/__init__.py @@ -7,5 +7,5 @@ python environment. Also, rely more on json import/export of configuration. Also, variety of git tweaks. """ -__version__ = '0.1.6-dev' +__version__ = '0.2.0-dev'