This commit is contained in:
xaoyaoo 2023-12-15 18:38:16 +08:00
parent 39fe29e67b
commit 05db98b89c

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