Skip to content

Commit 78c3f71

Browse files
committed
v2.3.0 release
1 parent 95ba1f4 commit 78c3f71

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
@@ -30,7 +30,7 @@ python3Packages.buildPythonPackage {
3030
format = "pyproject";
3131

3232
pname = "auto-cpufreq";
33-
version = "2.2.0";
33+
version = "2.3.0";
3434
src = ../.;
3535

3636
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.2.0"
3+
version = "2.3.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)