diff --git a/setup.py b/setup.py index c950a8a..92dc23d 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.0.1' +VERSION = '3.0.2' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])