From 5ccf19718f990c4341bfd71e13233817d414c709 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Thu, 2 Nov 2023 10:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9version=5Flist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/version_list.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",