Update to core22 & v1.9.5 bump
This commit is contained in:
parent
fa5d86669f
commit
e1637fa85e
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ def read(name):
|
|||
return f.read()
|
||||
|
||||
# Used for the tar.gz/snap releases
|
||||
VERSION = "1.9.4"
|
||||
VERSION = "1.9.5"
|
||||
|
||||
setup(
|
||||
name="auto-cpufreq",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: auto-cpufreq
|
||||
base: core20
|
||||
base: core22
|
||||
summary: Automatic CPU speed & power optimizer for Linux
|
||||
description: |
|
||||
Automatic CPU speed & power optimizer for Linux based on active
|
||||
|
|
Loading…
Reference in New Issue