From c475347be2203a974920845129656ef82d6a6bc9 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Mon, 27 Nov 2023 11:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=BF=AE=E6=AD=A3=E7=89=882.?= =?UTF-8?q?2.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b30d12f0..68767a1c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() -version = "2.2.8" +version = "2.2.9" install_requires = [ "psutil",