diff --git a/README.md b/README.md index b6bbd1b..a7ed56a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@
更新日志(点击展开): + +* 2023.11.08 增加3.9.8.15版本支持 * 2023.10.31 修复3.9.2.*版本无法正常运行 * 2023.10.28 添加自动发布到pypi的github action * 2023.10.28 修复3.9.5.91版本的偏移 diff --git a/pywxdump/version_list.json b/pywxdump/version_list.json index 329d7ad..a9c5fbf 100644 --- a/pywxdump/version_list.json +++ b/pywxdump/version_list.json @@ -374,5 +374,13 @@ 0, 63488256, 63488352 + ], + "3.9.8.15": [ + 64996632, + 64997968, + 64996440, + 0, + 64997904, + 65011632 ] } \ No newline at end of file diff --git a/setup.py b/setup.py index defcc61..86bd031 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.1.11" +version = "2.1.12" setup( name="pywxdump", author="xaoyaoo",