There was an error while loading. Please reload this page.
1 parent bfc7afd commit 24777b9Copy full SHA for 24777b9
1 file changed
setup.py
@@ -12,13 +12,13 @@
12
setup(
13
name="pydeconz",
14
packages=["pydeconz"],
15
- version="81",
+ version="82",
16
description="A Python library for communicating with deCONZ REST-API from Dresden Elektronik",
17
author="Robert Svensson",
18
author_email="Kane610@users.noreply.github.com",
19
license="MIT",
20
url="https://github.com/Kane610/deconz",
21
- download_url="https://github.com/Kane610/deconz/archive/v81.tar.gz",
+ download_url="https://github.com/Kane610/deconz/archive/v82.tar.gz",
22
install_requires=["aiohttp"],
23
tests_require=["pytest-aiohttp", "pytest", "aioresponses"],
24
keywords=["deconz", "zigbee", "homeassistant"],
0 commit comments