File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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.5 .0' ,
40
+ version = '1.6 .0' ,
41
41
description = DESCRIPTION ,
42
42
long_description = read ('README.md' ),
43
43
author = OWNER_NAMES ,
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.4.4 ' ,
40
+ version = '1.5.0 ' ,
41
41
description = DESCRIPTION ,
42
42
long_description = read ('README.md' ),
43
43
long_description_content_type = 'text/markdown' ,
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.6.2 ' ,
37
+ version = '1.7.0 ' ,
38
38
description = DESCRIPTION ,
39
39
long_description = read ('README.md' ),
40
40
author = OWNER_NAMES ,
You can’t perform that action at this time.
0 commit comments