We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9636c commit 19e84aeCopy full SHA for 19e84ae
setup.py
@@ -7,7 +7,7 @@ def readme():
7
8
PACKAGE_NAME = 'ha-philipsjs'
9
HERE = os.path.abspath(os.path.dirname(__file__))
10
-VERSION = '3.0.2'
+VERSION = '3.1.0'
11
12
PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])
13
0 commit comments