From a8071ff41274cd55564ce3b6e6d6e5dc44f9f6a3 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Sat, 11 Nov 2023 18:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=81=8A=E5=A4=A9=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E8=A7=A3=E6=9E=90=EF=BC=8C=E6=9F=A5=E7=9C=8B=E5=B7=A5?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e9257f..c9dbde1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@
更新日志(点击展开): -* 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.*版本无法正常运行 diff --git a/setup.py b/setup.py index b8207d1..f4d4c7c 100644 --- a/setup.py +++ b/setup.py @@ -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.2.0" +version = "2.2.1" setup( name="pywxdump", author="xaoyaoo",