From e053366e7e9c053b3b47d9c822a8440d3f591881 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Fri, 14 May 2021 14:40:26 +0200 Subject: [PATCH] 2.7.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3bb7d8..f871601 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.7.3' +VERSION = '2.7.4' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])