Skip to content

Commit 208fb5c

Browse files
Version increased
1 parent 113f706 commit 208fb5c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/mbed-greentea/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def read(fname):
4343

4444

4545
setup(name='mbed-greentea',
46-
version='1.7.1',
46+
version='1.7.2',
4747
description=DESCRIPTION,
4848
long_description=read('README.md'),
4949
author=OWNER_NAMES,
@@ -58,7 +58,7 @@ def read(fname):
5858
"console_scripts": ["mbedgt=mbed_greentea.mbed_greentea_cli:main",],
5959
},
6060
install_requires=[
61-
"mbed-os-tools==0.0.8",
61+
"mbed-os-tools==0.0.9",
6262
"mbed-host-tests>=1.5.0,<2"
6363
],
6464
tests_require=[

packages/mbed-host-tests/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read(fname):
4242

4343

4444
setup(name='mbed-host-tests',
45-
version='1.5.7',
45+
version='1.5.8',
4646
description=DESCRIPTION,
4747
long_description=read('README.md'),
4848
long_description_content_type='text/markdown',
@@ -60,7 +60,7 @@ def read(fname):
6060
"mbedflsh=mbed_host_tests.mbedflsh:main"],
6161
},
6262
install_requires=[
63-
"mbed-os-tools==0.0.8"
63+
"mbed-os-tools==0.0.9"
6464
],
6565
tests_require=[
6666
"mock>=2"

packages/mbed-ls/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read(fname):
3939

4040

4141
setup(name='mbed-ls',
42-
version='1.7.7',
42+
version='1.7.8',
4343
description=DESCRIPTION,
4444
long_description=read('README.md'),
4545
author=OWNER_NAMES,
@@ -57,7 +57,7 @@ def read(fname):
5757
},
5858
install_requires=[
5959
"PrettyTable>=0.7.2",
60-
"mbed-os-tools==0.0.8"
60+
"mbed-os-tools==0.0.9"
6161
],
6262
tests_require=[
6363
"mock>=2",

src/mbed_os_tools/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.8
1+
0.0.9

0 commit comments

Comments
 (0)