diff --git a/setup.py b/setup.py index 1fa1dbf..e1d14dd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): PACKAGE_NAME = 'ha-philipsjs' HERE = os.path.abspath(os.path.dirname(__file__)) -VERSION = '2.8.0' +VERSION = '2.9.0' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])