修改version_list

This commit is contained in:
xaoyo 2023-11-02 10:01:36 +08:00
parent b5dc7448c1
commit 5ccf19718f
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@
63488320, 63488320,
63486792, 63486792,
0, 0,
0, 63488256,
63488352 63488352
] ]
} }

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