From 5795de00b13631b43b1f1446f222f254e11f6108 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sat, 18 Apr 2026 18:59:46 +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 0be0ff0..1148224 100644 --- a/proxy/__init__.py +++ b/proxy/__init__.py @@ -1,6 +1,6 @@ from .config import parse_dc_ip_list, proxy_config from .utils import get_link_host -__version__ = "1.6.3" +__version__ = "1.6.4" __all__ = ["__version__", "get_link_host", "proxy_config", "parse_dc_ip_list"] \ No newline at end of file