更新v2.2.18

This commit is contained in:
xaoyaoo 2023-12-06 12:01:56 +08:00
parent 5f59e49079
commit fab27cc922

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