From fab27cc9221be959414e7e738d79bfd5b2c5cffe Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 6 Dec 2023 12:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0v2.2.18?= 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 a52dee7..d168b55 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.17" +version = "2.3.0" install_requires = [ "psutil",