From 89ad0dad84b6aeabb9581cf5d668dc7dfc5a3201 Mon Sep 17 00:00:00 2001 From: Sebastian Straub Date: Sun, 15 Oct 2023 18:01:40 +0200 Subject: [PATCH] beta release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac5d494..8d7a640 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "raspi-poe-mon" -version = "1.0.0a1" +version = "1.0.0b1" description = "A controller for the display and fan of the Raspberry Pi Power Over Ethernet HAT (Type B), compatible with Raspberry Pi 3B+/4B" readme = "README.md" authors = ["Sebastian Straub "]