Skip to content

Commit

Permalink
Bump zigpy version to 0.25.0 to fix Python 3.6.8 enum regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Oct 1, 2020
1 parent 403a172 commit 1d27d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=[
"pyserial-asyncio",
"zigpy>=0.24.1",
"zigpy>=0.25.0",
"async_timeout",
"voluptuous",
"coloredlogs",
Expand Down

0 comments on commit 1d27d02

Please sign in to comment.