Skip to content

Commit

Permalink
添加聊天记录解析,查看工具
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Nov 11, 2023
1 parent 787a5fa commit a8071ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<details>
<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.08 增加3.9.8.15版本支持
* 2023.10.31 修复3.9.2.*版本无法正常运行
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

version = "2.2.0"
version = "2.2.1"
setup(
name="pywxdump",
author="xaoyaoo",
Expand Down

0 comments on commit a8071ff

Please sign in to comment.