Skip to content

Commit 7c5045e

Browse files
committed
Update version numbers for v0.0.11 release
1 parent 53f6f02 commit 7c5045e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/mbed-greentea/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def read(fname):
5353

5454
python_requires = '>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4'
5555
setup(name='mbed-greentea',
56-
version='1.7.3',
56+
version='1.7.4',
5757
description=DESCRIPTION,
5858
long_description=read('README.md'),
5959
long_description_content_type='text/markdown',

packages/mbed-host-tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def read(fname):
5353

5454
python_requires = '>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4'
5555
setup(name='mbed-host-tests',
56-
version='1.5.9',
56+
version='1.5.10',
5757
description=DESCRIPTION,
5858
long_description=read('README.md'),
5959
long_description_content_type='text/markdown',

packages/mbed-ls/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def read(fname):
5050

5151
python_requires = '>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4'
5252
setup(name='mbed-ls',
53-
version='1.7.9',
53+
version='1.7.10',
5454
description=DESCRIPTION,
5555
long_description=read('README.md'),
5656
long_description_content_type='text/markdown',

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.10
1+
0.0.11

0 commit comments

Comments
 (0)