From 09eabcc6b2b00a91dcf0b4da011b7d756ffc6f1f Mon Sep 17 00:00:00 2001 From: Alex Tau Date: Sat, 16 Aug 2025 13:44:26 +0300 Subject: [PATCH] bump ver to v1.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f55eba..d9c6434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lego-monitoring" -version = "1.1.0" +version = "1.1.1" description = "Monitoring software for the lego server" readme = "README.md" requires-python = ">=3.12"