增加3.9.8.15版本支持

This commit is contained in:
xaoyo 2023-11-08 19:56:14 +08:00
parent 4c0fd36589
commit eead3374ac
3 changed files with 11 additions and 1 deletions

View File

@ -16,6 +16,8 @@
<details>
<summary><strong>更新日志(点击展开)</strong></summary>
* 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版本的偏移

View File

@ -374,5 +374,13 @@
0,
63488256,
63488352
],
"3.9.8.15": [
64996632,
64997968,
64996440,
0,
64997904,
65011632
]
}

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.1.11"
version = "2.1.12"
setup(
name="pywxdump",
author="xaoyaoo",