From 3d4a3c5feb8cdf123bbb9d8cfea3bae66d24659e Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Mon, 15 Mar 2021 19:50:09 +0100 Subject: [PATCH] Bump to 2.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d19aa5..5a243b5 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.3.1' +VERSION = '2.3.2' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])