From e886127f60c8832dbc7ea935ff30784ead78d4af Mon Sep 17 00:00:00 2001 From: Jrohy Date: Mon, 1 Nov 2021 10:13:42 +0800 Subject: [PATCH] Update Version --- README.md | 2 +- v2ray_util/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5186ddec..89453d53 100644 --- a/README.md +++ b/README.md @@ -137,4 +137,4 @@ v2ray docker: https://hub.docker.com/r/jrohy/v2ray xray docker: https://hub.docker.com/r/jrohy/xray pip: https://pypi.org/project/v2ray-util/ python3: https://github.com/Jrohy/python3-install -acme: https://github.com/Neilpang/acme.sh +acme: https://github.com/acmesh-official/acme.sh diff --git a/v2ray_util/__init__.py b/v2ray_util/__init__.py index a4f6e7d6..419c6ed7 100644 --- a/v2ray_util/__init__.py +++ b/v2ray_util/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.10.6.1' +__version__ = '3.10.7' import sys if "xray" in sys.argv[0]: