File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def read(fname):
3737 return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf-8" ).read ()
3838
3939setup (name = 'mbed-greentea' ,
40- version = '1.5 .0' ,
40+ version = '1.6 .0' ,
4141 description = DESCRIPTION ,
4242 long_description = read ('README.md' ),
4343 author = OWNER_NAMES ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def read(fname):
3737 return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf8" ).read ()
3838
3939setup (name = 'mbed-host-tests' ,
40- version = '1.4.4 ' ,
40+ version = '1.5.0 ' ,
4141 description = DESCRIPTION ,
4242 long_description = read ('README.md' ),
4343 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def read(fname):
3434 return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf8" ).read ()
3535
3636setup (name = 'mbed-ls' ,
37- version = '1.6.2 ' ,
37+ version = '1.7.0 ' ,
3838 description = DESCRIPTION ,
3939 long_description = read ('README.md' ),
4040 author = OWNER_NAMES ,
You can’t perform that action at this time.
0 commit comments