Skip to content

Commit

Permalink
Update version numbers for v0.0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
madchutney committed Dec 4, 2019
1 parent 53f6f02 commit 7c5045e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/mbed-greentea/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def read(fname):

python_requires = '>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4'
setup(name='mbed-greentea',
version='1.7.3',
version='1.7.4',
description=DESCRIPTION,
long_description=read('README.md'),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion packages/mbed-host-tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def read(fname):

python_requires = '>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4'
setup(name='mbed-host-tests',
version='1.5.9',
version='1.5.10',
description=DESCRIPTION,
long_description=read('README.md'),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion packages/mbed-ls/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(fname):

python_requires = '>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4'
setup(name='mbed-ls',
version='1.7.9',
version='1.7.10',
description=DESCRIPTION,
long_description=read('README.md'),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/mbed_os_tools/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.10
0.0.11

0 comments on commit 7c5045e

Please sign in to comment.