We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ba1f4 commit 78c3f71Copy full SHA for 78c3f71
nix/default.nix
@@ -30,7 +30,7 @@ python3Packages.buildPythonPackage {
30
format = "pyproject";
31
32
pname = "auto-cpufreq";
33
- version = "2.2.0";
+ version = "2.3.0";
34
src = ../.;
35
36
nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection];
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "auto-cpufreq"
3
-version = "2.2.0"
+version = "2.3.0"
4
description = "Automatic CPU speed & power optimizer for Linux"
5
authors = ["Adnan Hodzic <[email protected]>"]
6
license = "GPL-3.0-or-later"
0 commit comments