From de37962dc7345acd3ad99b746b5716a28b7f1ea3 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Sun, 21 May 2023 12:42:34 +0200 Subject: [PATCH] v1.9.8 release tag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac3d18d..efbe33a 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 = "2.0-beta" +VERSION = "1.9.8" setup( name="auto-cpufreq",