We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad635f commit 8d6450aCopy full SHA for 8d6450a
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="shadowsocksr-cli",
9
- version="2.1.3",
+ version="2.1.4",
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.3'
+ self.version = '2.1.4'
44
self.platform = sys.platform
45
self.system = platform.uname().version
46
self.home_dir = os.path.expanduser('~')
0 commit comments