From 8a9636c6502fc35de25048349875986025ae1609 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Thu, 15 Jun 2023 00:03:31 +0200 Subject: [PATCH] Update to 3.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])