v2.2.0 release

This commit is contained in:
Adnan Hodzic 2024-02-14 17:47:37 +01:00
parent 9b8e873145
commit 7afd192ff9
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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 <adnan@hodzic.org>"]
license = "GPL-3.0-or-later"