From ac76db92a183c57d6b6e99bc82f98d136e965d6d Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 6 Dec 2023 17:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D32=E4=BD=8D=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96=E5=88=B0key=E7=9A=84?= =?UTF-8?q?=E5=81=8F=E7=A7=BB=20v2.3.1?= 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 2634013..c821d55 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.0" +version = "2.3.1" install_requires = [ "psutil",