修复info_filePath v2.3.7

This commit is contained in:
xaoyaoo 2023-12-11 13:27:52 +08:00
parent 98430b75fe
commit c3267def38
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# 更新日志
## v2.3.7 (2023-12-11)
### 优化
- 修复info_filePath获取错误的bug
## v2.3.6 (2023-12-09)
### 优化

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