From 58167e8cd81358555c730e2cc1516e668bfeed5c Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Thu, 10 Mar 2022 06:55:24 +0100 Subject: [PATCH] 1.9.3 release --- auto_cpufreq/power_helper.py | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/auto_cpufreq/power_helper.py b/auto_cpufreq/power_helper.py index 740acb8..fb7e8e5 100644 --- a/auto_cpufreq/power_helper.py +++ b/auto_cpufreq/power_helper.py @@ -33,8 +33,6 @@ systemctl_exists = does_command_exists("systemctl") bluetoothctl_exists = does_command_exists("bluetoothctl") tlp_stat_exists = does_command_exists("tlp-stat") powerprofilesctl_exists = does_command_exists("powerprofilesctl") -#snap_pkg_install= os.system("snap list | grep auto-cpufreq >/dev/null 2>&1") -#snap_exist = os.system("snap >/dev/null 2>&1") # detect if gnome power profile service is running if os.getenv("PKG_MARKER") != "SNAP": diff --git a/setup.py b/setup.py index 84e99df..0b6fd9f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(name): return f.read() # Used for the tar.gz/snap releases -VERSION = "1.9.2" +VERSION = "1.9.3" setup( name="auto-cpufreq",