添加聊天记录解析,查看工具

This commit is contained in:
xaoyo 2023-11-11 18:43:10 +08:00
parent 787a5fa06b
commit a8071ff412
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<details> <details>
<summary><strong>更新日志(点击展开)</strong></summary> <summary><strong>更新日志(点击展开)</strong></summary>
* 2023.11.11 添加聊天记录解析,查看工具 * 2023.11.11 添加聊天记录解析,查看工具,修复部分bug
* 2023.11.10 修复wxdump wx_db命令行参数错误 [#19](https://github.com/xaoyaoo/PyWxDump/issues/19) * 2023.11.10 修复wxdump wx_db命令行参数错误 [#19](https://github.com/xaoyaoo/PyWxDump/issues/19)
* 2023.11.08 增加3.9.8.15版本支持 * 2023.11.08 增加3.9.8.15版本支持
* 2023.10.31 修复3.9.2.*版本无法正常运行 * 2023.10.31 修复3.9.2.*版本无法正常运行

View File

@ -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.2.0" version = "2.2.1"
setup( setup(
name="pywxdump", name="pywxdump",
author="xaoyaoo", author="xaoyaoo",