From 61686252af4f49610182054db81c098792ef3203 Mon Sep 17 00:00:00 2001 From: Derek Brooks Date: Sat, 23 Dec 2017 17:27:23 -0700 Subject: [PATCH] bump to 0.3.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3d396a2..b6f39c9 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup( name = 'nuheat', packages = ['nuheat'], - version = '0.2.0', + version = '0.3.0', description = 'A Python library that allows control of connected NuHeat Signature radiant floor thermostats.', author = 'Derek Brooks', author_email = 'derek@broox.com', url = 'https://github.com/broox/python-nuheat', - download_url = 'https://github.com/broox/python-nuheat/archive/0.2.0.tar.gz', + download_url = 'https://github.com/broox/python-nuheat/archive/0.3.0.tar.gz', license = 'MIT', keywords = ['nuheat', 'thermostat', 'home automation', 'python'], classifiers = [