Skip to content

Commit 5cb0f0d

Browse files
committed
Update Version
1 parent e87f604 commit 5cb0f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description="a tool to manage v2ray config json",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
16-
keywords='python v2ray multi-v2ray vmess socks5 vless trojan xray xtls',
16+
keywords='python v2ray multi-v2ray vmess socks5 vless trojan xray xtls reality',
1717
author='Jrohy',
1818
author_email='[email protected]',
1919
url='https://github.com/Jrohy/multi-v2ray',

v2ray_util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.10.9.8'
1+
__version__ = '3.11.0'
22

33
import sys
44
if "xray" in sys.argv[0]:

0 commit comments

Comments
 (0)