更新v2.2.18

This commit is contained in:
xaoyaoo 2023-12-06 10:06:11 +08:00
parent bdd89cd3d4
commit 88902c9950

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.2.18"
install_requires = [
"psutil",