Skip to content

Commit

Permalink
Bump to v83
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Aug 20, 2021
1 parent e18028e commit 60a07ba
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="82",
version="83",
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/v82.tar.gz",
download_url="https://github.com/Kane610/deconz/archive/v83.tar.gz",
install_requires=["aiohttp"],
tests_require=["pytest-aiohttp", "pytest", "aioresponses"],
keywords=["deconz", "zigbee", "homeassistant"],
Expand Down

0 comments on commit 60a07ba

Please sign in to comment.