From de580a35f71026b6b9d63b822d520aaff9100b38 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sat, 9 Dec 2023 22:52:50 +0800 Subject: [PATCH] =?UTF-8?q?merge=E5=91=BD=E4=BB=A4=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= 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 094978d..4b2bcad 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() -version = "2.3.6" +version = "2.3.5" install_requires = [ "psutil",