Skip to content

Commit faf0712

Browse files
committed
更新版本号,更新requirement
1 parent d063a9f commit faf0712

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

.idea/workspace.xml

+12-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirement.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ requests
99
six
1010
urllib3
1111
wcwidth
12+
pyyaml

utils/InitUtils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class InitConfigDir(object):
1616

1717
def __init__(self):
18-
self.version = '2.0.2'
18+
self.version = '2.1.0'
1919
self.platform = sys.platform
2020
self.system = platform.system()
2121
self.homeDir = os.path.expanduser('~')

0 commit comments

Comments
 (0)