diff --git a/setup.py b/setup.py index 2b232281..6c102216 100644 --- a/setup.py +++ b/setup.py @@ -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="Kane610@users.noreply.github.com", 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"],