From ebe515af545930f954ebdb0f6813775e87ce850f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 12 Nov 2020 23:12:47 +0100 Subject: [PATCH] Prepare for 2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6707f72..117cbdd 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="python-mystrom", - version="1.1.3", + version="2.0.0", description="Asynchronous Python API client for interacting with myStrom devices", long_description=long_description, url="https://github.com/home-assistant-ecosystem/python-mystrom",