diff --git a/setup.py b/setup.py index bf61eae..684be6a 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 = '3.2.2' +VERSION = '3.2.3' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])