From fca031ba35420f9f0b080a12ce9892cf9a160396 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Sun, 15 Oct 2023 11:54:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=95=B4=E4=B8=AA=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=BD=9C=E4=B8=BA=E5=8C=85=E5=AE=89=E8=A3=85=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=91=BD=E4=BB=A4=E8=A1=8C=E7=BB=9F=E4=B8=80=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eabb2ca..975ee63 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.1" +version = "2.1.2" setup( name="pywxdump", author="xaoyaoo",