diff --git a/setup.py b/setup.py index 4eb15c6..13e4338 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyhatchbabyrest", - version="2.0.1", + version="2.1.0", author="Kevin O'Connor", author_email="kjoconnor@gmail.com", description="Python library to control Hatch Baby Rest devices", @@ -19,9 +19,9 @@ "Operating System :: Unix", "Topic :: Home Automation", ], - python_requires='>=3.5', + python_requires=">=3.5", install_requires=[ - 'bleak', - 'pygatt', + "bleak", + "pygatt", ], )