修复info_filePath v2.3.7
This commit is contained in:
parent
98430b75fe
commit
c3267def38
@ -1,5 +1,11 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## v2.3.7 (2023-12-11)
|
||||||
|
|
||||||
|
### 优化
|
||||||
|
|
||||||
|
- 修复info_filePath获取错误的bug
|
||||||
|
|
||||||
## v2.3.6 (2023-12-09)
|
## v2.3.6 (2023-12-09)
|
||||||
|
|
||||||
### 优化
|
### 优化
|
||||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||||||
with open("README.md", "r", encoding="utf-8") as fh:
|
with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
version = "2.3.6"
|
version = "2.3.7"
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"psutil",
|
"psutil",
|
||||||
|
Loading…
Reference in New Issue
Block a user