Skip to content

Commit

Permalink
更新版本号至2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer committed Nov 15, 2021
1 parent 920d716 commit e815df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="shadowsocksr-cli",
version="2.1.2",
version="2.1.3",
author="tyrantlucifer",
author_email="[email protected]",
description="The command client of shadowsocksr",
Expand Down
2 changes: 1 addition & 1 deletion shadowsocksr_cli/init_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class InitConfig(object):
"""

def __init__(self):
self.version = '2.1.2'
self.version = '2.1.3'
self.platform = sys.platform
self.system = platform.uname().version
self.home_dir = os.path.expanduser('~')
Expand Down

0 comments on commit e815df0

Please sign in to comment.