From 7afd192ff931a1e8c6d8af35cd00d8b83de271fb Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Wed, 14 Feb 2024 17:47:37 +0100 Subject: [PATCH] v2.2.0 release --- nix/default.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index 631322a5..df95ebda 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -8,7 +8,7 @@ python310Packages.buildPythonPackage { format = "pyproject"; pname = "auto-cpufreq"; - version = "2.1.0"; + version = "2.2.0"; src = ../.; nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection]; diff --git a/pyproject.toml b/pyproject.toml index 089f3a0a..4800d55a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auto-cpufreq" -version = "2.1.0" +version = "2.2.0" description = "Automatic CPU speed & power optimizer for Linux" authors = ["Adnan Hodzic "] license = "GPL-3.0-or-later"