From 7ca54bd2e4bca51eb8b7b2d0b1cd1285cdcb77bc Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 5 May 2025 18:32:19 +0200 Subject: [PATCH] commit latest version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd31ee7..d7b04eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cpu_governor_auto_adjust" -version = "0.5.24" +version = "0.6.8" description = "This application has been developed to automatically change cpu governor based on certain triggers." authors = [ { name = "Martin Reurekas", email = "martin@semrks.nl" }