Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broox committed Nov 10, 2017
1 parent 940a6c3 commit 807ea83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'nuheat',
packages = ['nuheat'],
version = '0.1.2',
version = '0.2.0',
description = 'A Python library that allows control of connected NuHeat Signature radiant floor thermostats.',
author = 'Derek Brooks',
author_email = '[email protected]',
url = 'https://github.com/broox/python-nuheat',
download_url = 'https://github.com/broox/python-nuheat/archive/0.1.2.tar.gz',
download_url = 'https://github.com/broox/python-nuheat/archive/0.2.0.tar.gz',
license = 'MIT',
keywords = ['nuheat', 'thermostat', 'home automation', 'python'],
classifiers = [
Expand Down

0 comments on commit 807ea83

Please sign in to comment.