Skip to content

Commit

Permalink
Bump to v86 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Jan 24, 2022
1 parent 05df8ee commit ba26394
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="85",
version="86",
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/v85.tar.gz",
download_url="https://github.com/Kane610/deconz/archive/v86.tar.gz",
install_requires=["aiohttp"],
tests_require=["pytest-aiohttp", "pytest", "aioresponses"],
keywords=["deconz", "zigbee", "homeassistant"],
Expand Down

0 comments on commit ba26394

Please sign in to comment.