发布修正版2.2.9

This commit is contained in:
xaoyo 2023-11-27 11:19:30 +08:00
parent 9a8124392e
commit c475347be2

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