Skip to content

Commit 56872be

Browse files
committed
bump to 0.1.2
1 parent 85fa94f commit 56872be

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Python NuHeat
22

33
[![PyPi](https://badge.fury.io/py/nuheat.svg)](https://badge.fury.io/py/nuheat)
4-
54
[![Travis](https://travis-ci.org/broox/python-nuheat.svg?branch=master)](https://travis-ci.org/broox/python-nuheat)
6-
75
[![Coveralls](https://coveralls.io/repos/github/broox/python-nuheat/badge.svg?branch=master)](https://coveralls.io/github/broox/python-nuheat?branch=master)
86

97
A Python library that allows control of connected [NuHeat Signature](http://www.nuheat.com/products/thermostats/signature-thermostat) radiant floor thermostats.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name = 'nuheat',
55
packages = ['nuheat'],
6-
version = '0.1.1',
6+
version = '0.1.2',
77
description = 'A Python library that allows control of connected NuHeat Signature radiant floor thermostats.',
88
author = 'Derek Brooks',
99
author_email = '[email protected]',
1010
url = 'https://github.com/broox/python-nuheat',
11-
download_url = 'https://github.com/broox/python-nuheat/archive/0.1.1.tar.gz',
11+
download_url = 'https://github.com/broox/python-nuheat/archive/0.1.2.tar.gz',
1212
license = 'MIT',
1313
keywords = ['nuheat', 'thermostat', 'home automation', 'python'],
1414
classifiers = [

0 commit comments

Comments
 (0)