v2.3.0 release

This commit is contained in:
Adnan Hodzic 2024-05-09 10:07:52 +02:00
parent 95ba1f42bd
commit 78c3f71438
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ python3Packages.buildPythonPackage {
format = "pyproject";
pname = "auto-cpufreq";
version = "2.2.0";
version = "2.3.0";
src = ../.;
nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection];

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "auto-cpufreq"
version = "2.2.0"
version = "2.3.0"
description = "Automatic CPU speed & power optimizer for Linux"
authors = ["Adnan Hodzic <adnan@hodzic.org>"]
license = "GPL-3.0-or-later"