From 1ba97babcdb6036c9c4f46205b9a4caa91dc380d Mon Sep 17 00:00:00 2001 From: xaoyo Date: Tue, 24 Oct 2023 18:44:17 +0800 Subject: [PATCH] add auto get bias addr ,not need input key or wx folder path. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 234b00a..d6ee372 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.6" +version = "2.1.7" setup( name="pywxdump", author="xaoyaoo",