Skip to content

Commit

Permalink
2.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjoconnor committed Nov 20, 2022
1 parent 07fa4fb commit dfe6181
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyhatchbabyrest",
version="2.0.1",
version="2.1.0",
author="Kevin O'Connor",
author_email="[email protected]",
description="Python library to control Hatch Baby Rest devices",
Expand All @@ -19,9 +19,9 @@
"Operating System :: Unix",
"Topic :: Home Automation",
],
python_requires='>=3.5',
python_requires=">=3.5",
install_requires=[
'bleak',
'pygatt',
"bleak",
"pygatt",
],
)

0 comments on commit dfe6181

Please sign in to comment.