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