1.9.3 release

This commit is contained in:
Adnan Hodzic 2022-03-10 06:55:24 +01:00
parent a84b7a2900
commit 58167e8cd8
2 changed files with 1 additions and 3 deletions

View File

@ -33,8 +33,6 @@ systemctl_exists = does_command_exists("systemctl")
bluetoothctl_exists = does_command_exists("bluetoothctl") bluetoothctl_exists = does_command_exists("bluetoothctl")
tlp_stat_exists = does_command_exists("tlp-stat") tlp_stat_exists = does_command_exists("tlp-stat")
powerprofilesctl_exists = does_command_exists("powerprofilesctl") 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 # detect if gnome power profile service is running
if os.getenv("PKG_MARKER") != "SNAP": if os.getenv("PKG_MARKER") != "SNAP":

View File

@ -13,7 +13,7 @@ def read(name):
return f.read() return f.read()
# Used for the tar.gz/snap releases # Used for the tar.gz/snap releases
VERSION = "1.9.2" VERSION = "1.9.3"
setup( setup(
name="auto-cpufreq", name="auto-cpufreq",