From 97b7e2426c769e4112f45f3d6e2748a05a874082 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 6 Dec 2023 19:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E8=81=8A=E6=98=BE=E7=A4=BA=E5=85=B7?= =?UTF-8?q?=E4=BD=93=E7=9A=84=E5=8F=91=E9=80=81=E4=BA=BA=E3=80=82?= 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 c821d551..de1d98ee 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.3.1" +version = "2.3.2" install_requires = [ "psutil",