Skip to content

Commit

Permalink
Bump to v82
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Jul 16, 2021
1 parent bfc7afd commit 24777b9
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 @@ -12,13 +12,13 @@
setup(
name="pydeconz",
packages=["pydeconz"],
version="81",
version="82",
description="A Python library for communicating with deCONZ REST-API from Dresden Elektronik",
author="Robert Svensson",
author_email="[email protected]",
license="MIT",
url="https://github.com/Kane610/deconz",
download_url="https://github.com/Kane610/deconz/archive/v81.tar.gz",
download_url="https://github.com/Kane610/deconz/archive/v82.tar.gz",
install_requires=["aiohttp"],
tests_require=["pytest-aiohttp", "pytest", "aioresponses"],
keywords=["deconz", "zigbee", "homeassistant"],
Expand Down

0 comments on commit 24777b9

Please sign in to comment.