We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779ed32 commit b390f1dCopy full SHA for b390f1d
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="shadowsocksr-cli",
9
- version="2.1.6",
+ version="2.1.7",
10
author="tyrantlucifer",
11
author_email="[email protected]",
12
description="The command client of shadowsocksr",
shadowsocksr_cli/init_utils.py
@@ -40,7 +40,7 @@ class InitConfig(object):
40
"""
41
42
def __init__(self):
43
- self.version = '2.1.6'
+ self.version = '2.1.7'
44
self.platform = sys.platform
45
self.system = platform.uname().version
46
self.home_dir = os.path.expanduser('~')
0 commit comments