merge命令错误修复

This commit is contained in:
xaoyaoo 2023-12-09 22:52:32 +08:00
parent 251dc32438
commit 6606db53be

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.4"
version = "2.3.6"
install_requires = [
"psutil",