Skip to content

Commit

Permalink
bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
broox committed Nov 9, 2017
1 parent 85fa94f commit 56872be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Python NuHeat

[![PyPi](https://badge.fury.io/py/nuheat.svg)](https://badge.fury.io/py/nuheat)

[![Travis](https://travis-ci.org/broox/python-nuheat.svg?branch=master)](https://travis-ci.org/broox/python-nuheat)

[![Coveralls](https://coveralls.io/repos/github/broox/python-nuheat/badge.svg?branch=master)](https://coveralls.io/github/broox/python-nuheat?branch=master)

A Python library that allows control of connected [NuHeat Signature](http://www.nuheat.com/products/thermostats/signature-thermostat) radiant floor thermostats.
Expand Down
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.1',
version = '0.1.2',
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.1.tar.gz',
download_url = 'https://github.com/broox/python-nuheat/archive/0.1.2.tar.gz',
license = 'MIT',
keywords = ['nuheat', 'thermostat', 'home automation', 'python'],
classifiers = [
Expand Down

0 comments on commit 56872be

Please sign in to comment.