diff --git a/requirements.txt b/requirements.txt index d15ce5a..9045e99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.28.1 +requests>=2.28.1 diff --git a/setup.py b/setup.py index 6480800..0aed81d 100644 --- a/setup.py +++ b/setup.py @@ -6,14 +6,14 @@ setup( name='nuheat', packages=['nuheat'], - version='1.0.0', + version='1.0.1', 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='derek@broox.com', url='https://github.com/broox/python-nuheat', - download_url='https://github.com/broox/python-nuheat/archive/1.0.0.tar.gz', + download_url='https://github.com/broox/python-nuheat/archive/1.0.1.tar.gz', license='MIT', keywords=['nuheat', 'thermostat', 'home automation', 'python'], classifiers=[ @@ -30,7 +30,7 @@ 'Topic :: Home Automation', ], install_requires=[ - 'requests==2.28.1', + 'requests>=2.28.1', ], extras_require={ 'dev': [