From e2a7efbc14628bb2a0207e432e5788f396507d2b Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Fri, 1 Dec 2023 18:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BAexe=E6=B7=BB=E5=8A=A0=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= 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 95d8e7c..a52dee7 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.2.16" +version = "2.2.17" install_requires = [ "psutil",