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