From 8a070752f2485432c1582723352786d36ab699fb Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Wed, 17 Feb 2021 19:39:41 +0100 Subject: [PATCH] Bump to 2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 254dd9a..e413469 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 = '1.3.0' +VERSION = '2.0.0' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])