From dae08c2ba86c7b00f14a38be5891b58eac93f68d Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sat, 20 Apr 2024 18:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E5=AF=BC=E5=87=BAjson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/__init__.py b/pywxdump/__init__.py index 4bd92c4..3c8ee3d 100644 --- a/pywxdump/__init__.py +++ b/pywxdump/__init__.py @@ -29,4 +29,4 @@ except: PYWXDUMP_ROOT_PATH = os.path.dirname(__file__) db_init = DBPool("DBPOOL_INIT") -__version__ = "3.0.6" +__version__ = "3.0.7"