From 00bc559d81c10a7a065fc89549e2734d4c71d5d2 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Mon, 30 Oct 2023 22:17:47 +0100 Subject: [PATCH] Release 0.3.1 Signed-off-by: Frank Villaro-Dixon --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e48639..52b5ab4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name = "python-daikin-altherma", - version = "0.3.0", + version = "0.3.1", author = "Frank Villaro-Dixon", author_email = "frank@villaro-dixon.eu", description = ("Connect to daikin altherma heat pumps"),