diff --git a/pywxdump/version_list.json b/pywxdump/version_list.json index e72eda9..329d7ad 100644 --- a/pywxdump/version_list.json +++ b/pywxdump/version_list.json @@ -372,7 +372,7 @@ 63488320, 63486792, 0, - 0, + 63488256, 63488352 ] } \ No newline at end of file diff --git a/setup.py b/setup.py index a60cd22..defcc61 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.10" +version = "2.1.11" setup( name="pywxdump", author="xaoyaoo",