From f200e33fd283143a9f101d62aaf9d8c1468a23fe Mon Sep 17 00:00:00 2001 From: Flowseal Date: Mon, 7 Sep 2026 16:32:42 +0300 Subject: [PATCH] version bump --- proxy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/__init__.py b/proxy/__init__.py index 5911e41..b55413c 100644 --- a/proxy/__init__.py +++ b/proxy/__init__.py @@ -1,6 +1,6 @@ from .config import parse_dc_ip_list, proxy_config, coerce_domain_list from .utils import get_link_host, build_github_opener -__version__ = "1.10.1" +__version__ = "1.10.2" __all__ = ["__version__", "get_link_host", "proxy_config", "parse_dc_ip_list", "build_github_opener", "coerce_domain_list"] \ No newline at end of file