Skip to content

Commit a42e8fb

Browse files
committed
v2.4.0 release
1 parent 163a1f9 commit a42e8fb

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
@@ -23,7 +23,7 @@ python3Packages.buildPythonPackage {
2323
format = "pyproject";
2424

2525
pname = "auto-cpufreq";
26-
version = "2.3.0";
26+
version = "2.4.0";
2727
src = ../.;
2828

2929
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.3.0"
3+
version = "2.4.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)