File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def read(fname):
37
37
return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf-8" ).read ()
38
38
39
39
setup (name = 'mbed-greentea' ,
40
- version = '1.6.5 ' ,
40
+ version = '1.7.0 ' ,
41
41
description = DESCRIPTION ,
42
42
long_description = read ('README.md' ),
43
43
author = OWNER_NAMES ,
@@ -52,7 +52,7 @@ def read(fname):
52
52
"console_scripts" : ["mbedgt=mbed_greentea.mbed_greentea_cli:main" ,],
53
53
},
54
54
install_requires = [
55
- "mbed-os-tools==0.0.6 " ,
55
+ "mbed-os-tools==0.0.7 " ,
56
56
"mbed-host-tests>=1.5.0,<2"
57
57
],
58
58
tests_require = [
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def read(fname):
37
37
return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf8" ).read ()
38
38
39
39
setup (name = 'mbed-host-tests' ,
40
- version = '1.5.5 ' ,
40
+ version = '1.5.6 ' ,
41
41
description = DESCRIPTION ,
42
42
long_description = read ('README.md' ),
43
43
long_description_content_type = 'text/markdown' ,
@@ -55,7 +55,7 @@ def read(fname):
55
55
"mbedflsh=mbed_host_tests.mbedflsh:main" ],
56
56
},
57
57
install_requires = [
58
- "mbed-os-tools==0.0.6 "
58
+ "mbed-os-tools==0.0.7 "
59
59
],
60
60
tests_require = [
61
61
"mock>=2"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def read(fname):
34
34
return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf8" ).read ()
35
35
36
36
setup (name = 'mbed-ls' ,
37
- version = '1.7.5 ' ,
37
+ version = '1.7.6 ' ,
38
38
description = DESCRIPTION ,
39
39
long_description = read ('README.md' ),
40
40
author = OWNER_NAMES ,
@@ -52,7 +52,7 @@ def read(fname):
52
52
},
53
53
install_requires = [
54
54
"PrettyTable>=0.7.2" ,
55
- "mbed-os-tools==0.0.6 "
55
+ "mbed-os-tools==0.0.7 "
56
56
],
57
57
tests_require = [
58
58
"mock>=2" ,
Original file line number Diff line number Diff line change 1
- 0.0.6
1
+ 0.0.7
You can’t perform that action at this time.
0 commit comments