Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipediel committed Mar 11, 2021
1 parent 9eeee0d commit 9ff6b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages


version = '0.16.0'
version = '0.17.0'

setup(
name="broadlink",
Expand All @@ -16,7 +16,7 @@
packages=find_packages(),
scripts=[],
install_requires=["cryptography>=3.2"],
description="Python API for controlling Broadlink IR controllers",
description="Python API for controlling Broadlink devices",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 9ff6b2d

Please sign in to comment.