Version bump

This commit is contained in:
Flowseal
2026-04-26 16:58:48 +03:00
parent b3ed5c09db
commit cc00c6d040
2 changed files with 5 additions and 5 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.4"
__version__ = "1.6.5"
__all__ = ["__version__", "get_link_host", "proxy_config", "parse_dc_ip_list"]