version bump

This commit is contained in:
Flowseal
2026-05-08 09:32:07 +03:00
parent b991948a77
commit 145b0c431a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
from .config import parse_dc_ip_list, proxy_config
from .utils import get_link_host
__version__ = "1.6.5"
__version__ = "1.6.6"
__all__ = ["__version__", "get_link_host", "proxy_config", "parse_dc_ip_list"]