From 5d0a8b0d02d09ef413cbdfbd8548d5d201b1c2b7 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Mon, 27 Nov 2023 12:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpublish?= 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 8931d3f..ef4e290 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.11" +version = "2.2.12" install_requires = [ "psutil",