From 87ed48ac7eb492f25626d309eb1d74e99392767a Mon Sep 17 00:00:00 2001 From: Jeroen Laverman <LavermanJJ@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:11:23 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0721680..b78ebea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysolarfocus" -version = "4.2.1" +version = "4.2.0" description = "Unofficial, local Solarfocus client" authors = ["Jeroen Laverman <jjlaverman@web.de>"] license = "Apache-2.0" @@ -94,4 +94,4 @@ disable = [ enable = [ #"useless-suppression", # temporarily every now and then to clean them up "use-symbolic-message-instead", -] \ No newline at end of file +]