Skip to content

Commit

Permalink
Revert "bump version to 1.0.1"
Browse files Browse the repository at this point in the history
This reverts commit 95fb5dc.
  • Loading branch information
broox committed Nov 5, 2022
1 parent 95d5604 commit 41db294
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 @@ -6,14 +6,14 @@
setup(
name='nuheat',
packages=['nuheat'],
version='1.0.1',
version='1.0.0',
description='A Python library that allows control of connected NuHeat Signature radiant floor thermostats.',
long_description=long_description,
long_description_content_type="text/markdown",
author='Derek Brooks',
author_email='[email protected]',
url='https://github.com/broox/python-nuheat',
download_url='https://github.com/broox/python-nuheat/archive/1.0.1.tar.gz',
download_url='https://github.com/broox/python-nuheat/archive/1.0.0.tar.gz',
license='MIT',
keywords=['nuheat', 'thermostat', 'home automation', 'python'],
classifiers=[
Expand Down

0 comments on commit 41db294

Please sign in to comment.