From 3fc468144dbf21339f02d4ce812c160ab6731ff0 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Tue, 17 Oct 2023 12:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= 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 801a023..ad1d86b 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.3" +version = "2.1.4" setup( name="pywxdump", author="xaoyaoo",