v2.2.0 release
This commit is contained in:
parent
9b8e873145
commit
7afd192ff9
|
@ -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];
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue