修复publish

This commit is contained in:
xaoyo 2023-11-27 12:53:06 +08:00
parent bb57e09731
commit 5d0a8b0d02

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
with open("README.md", "r", encoding="utf-8") as fh: with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read() long_description = fh.read()
version = "2.2.11" version = "2.2.12"
install_requires = [ install_requires = [
"psutil", "psutil",