Skip to content

Commit 7afd192

Browse files
committed
v2.2.0 release
1 parent 9b8e873 commit 7afd192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python310Packages.buildPythonPackage {
88
format = "pyproject";
99

1010
pname = "auto-cpufreq";
11-
version = "2.1.0";
11+
version = "2.2.0";
1212
src = ../.;
1313

1414
nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection];

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auto-cpufreq"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "Automatic CPU speed & power optimizer for Linux"
55
authors = ["Adnan Hodzic <[email protected]>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)