修复合并数据库后无法播放语音

This commit is contained in:
xaoyaoo 2023-12-12 15:05:33 +08:00
parent 8015d0d6b2
commit 969b57ba08
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# 更新日志
## v2.3.10 (2023-12-11)
### 优化
- 修复合并数据库后无法播放语音的bug
## v2.3.9 (2023-12-11)
### 新功能

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