From e5fcd24396abc4a7cb206d166f344742ae6432ab Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Tue, 28 May 2024 21:40:14 +0200 Subject: [PATCH] Update to 3.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31aee5b..bf61eae 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.1' +VERSION = '3.2.2' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])