Skip to content

Commit 58167e8

Browse files
committed
1.9.3 release
1 parent a84b7a2 commit 58167e8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

auto_cpufreq/power_helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def does_command_exists(cmd):
3333
bluetoothctl_exists = does_command_exists("bluetoothctl")
3434
tlp_stat_exists = does_command_exists("tlp-stat")
3535
powerprofilesctl_exists = does_command_exists("powerprofilesctl")
36-
#snap_pkg_install= os.system("snap list | grep auto-cpufreq >/dev/null 2>&1")
37-
#snap_exist = os.system("snap >/dev/null 2>&1")
3836

3937
# detect if gnome power profile service is running
4038
if os.getenv("PKG_MARKER") != "SNAP":

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(name):
1313
return f.read()
1414

1515
# Used for the tar.gz/snap releases
16-
VERSION = "1.9.2"
16+
VERSION = "1.9.3"
1717

1818
setup(
1919
name="auto-cpufreq",

0 commit comments

Comments
 (0)