merge命令错误修复

This commit is contained in:
xaoyaoo 2023-12-09 22:52:50 +08:00
parent 6606db53be
commit de580a35f7

View File

@ -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.6"
version = "2.3.5"
install_requires = [
"psutil",