Skip to content

Commit 046af28

Browse files
committed
auto-cpufreq v3.0.0 release
1 parent 6dc987c commit 046af28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python3Packages.buildPythonPackage {
3333
format = "pyproject";
3434

3535
pname = "auto-cpufreq";
36-
version = "2.6.0";
36+
version = "3.0.0";
3737
src = ../.;
3838

3939
nativeBuildInputs = with pkgs; [wrapGAppsHook3 gobject-introspection];

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auto-cpufreq"
3-
version = "2.6.0"
3+
version = "3.0.0"
44
description = "Automatic CPU speed & power optimizer for Linux"
55
authors = ["Adnan Hodzic <adnan@hodzic.org>"]
66
license = "GPL-3.0-or-later"
@@ -28,7 +28,7 @@ distro = "^1.8.0"
2828
requests = "^2.32.4"
2929
# PyObject version will be updated automatically for Debian based distro based on libgirepository
3030
# apt package version: https://github.com/AdnanHodzic/auto-cpufreq/pull/826#issuecomment-2794549837
31-
PyGObject = {version="3.50.0", optional=true}
31+
PyGObject = {version="^3.50.0", optional=true}
3232
urwid = "^3.0.2"
3333
pyinotify = {git = "https://github.com/shadeyg56/pyinotify-3.12"}
3434
pyasyncore = "^1.0.4"

0 commit comments

Comments
 (0)