add auto get bias addr ,not need input key or wx folder path.

This commit is contained in:
xaoyo 2023-10-24 18:44:17 +08:00
parent a4932af6b7
commit 1ba97babcd

View File

@ -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",