We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eeee0d commit 9ff6b2dCopy full SHA for 9ff6b2d
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import setup, find_packages
6
7
8
-version = '0.16.0'
+version = '0.17.0'
9
10
setup(
11
name="broadlink",
@@ -16,7 +16,7 @@
16
packages=find_packages(),
17
scripts=[],
18
install_requires=["cryptography>=3.2"],
19
- description="Python API for controlling Broadlink IR controllers",
+ description="Python API for controlling Broadlink devices",
20
classifiers=[
21
"Development Status :: 4 - Beta",
22
"Intended Audience :: Developers",
0 commit comments