From 0f3c89ffaaa392a1a350ca193c5815ff09362eca Mon Sep 17 00:00:00 2001 From: Sebastian Straub Date: Mon, 23 Sep 2024 19:56:08 +0200 Subject: [PATCH] bump version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47fcf13..d88864b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "raspi-poe-mon" -version = "1.0.0b2" +version = "1.0.0" 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 "]