Skip to content

Commit 82bd218

Browse files
committed
Update tool version
1 parent a8ef55b commit 82bd218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Default paths to Mercurial and Git
1717
hg_cmd = 'hg'
1818
git_cmd = 'git'
19-
ver = '0.1.3'
19+
ver = '0.1.5'
2020

2121
ignores = [
2222
# Version control folders

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111
setup(
1212
name="mbed-cli",
1313
packages=["mbed"],
14-
version="0.1.2",
14+
version="0.1.5",
1515
url='http://github.com/ARMmbed/mbed-cli',
1616
author='ARM mbed',
1717
author_email='[email protected]',

0 commit comments

Comments
 (0)