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",