Skip to content

Commit 24777b9

Browse files
committed
Bump to v82
1 parent bfc7afd commit 24777b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
setup(
1313
name="pydeconz",
1414
packages=["pydeconz"],
15-
version="81",
15+
version="82",
1616
description="A Python library for communicating with deCONZ REST-API from Dresden Elektronik",
1717
author="Robert Svensson",
1818
author_email="Kane610@users.noreply.github.com",
1919
license="MIT",
2020
url="https://github.com/Kane610/deconz",
21-
download_url="https://github.com/Kane610/deconz/archive/v81.tar.gz",
21+
download_url="https://github.com/Kane610/deconz/archive/v82.tar.gz",
2222
install_requires=["aiohttp"],
2323
tests_require=["pytest-aiohttp", "pytest", "aioresponses"],
2424
keywords=["deconz", "zigbee", "homeassistant"],

0 commit comments

Comments
 (0)