Skip to content

Commit

Permalink
更新版本号,更新requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer committed Jan 31, 2021
1 parent d063a9f commit faf0712
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
31 changes: 12 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions requirement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ requests
six
urllib3
wcwidth
pyyaml
2 changes: 1 addition & 1 deletion utils/InitUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class InitConfigDir(object):

def __init__(self):
self.version = '2.0.2'
self.version = '2.1.0'
self.platform = sys.platform
self.system = platform.system()
self.homeDir = os.path.expanduser('~')
Expand Down

0 comments on commit faf0712

Please sign in to comment.