We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ef55b commit 82bd218Copy full SHA for 82bd218
mbed/mbed.py
@@ -16,7 +16,7 @@
16
# Default paths to Mercurial and Git
17
hg_cmd = 'hg'
18
git_cmd = 'git'
19
-ver = '0.1.3'
+ver = '0.1.5'
20
21
ignores = [
22
# Version control folders
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
setup(
12
name="mbed-cli",
13
packages=["mbed"],
14
- version="0.1.2",
+ version="0.1.5",
15
url='http://github.com/ARMmbed/mbed-cli',
author='ARM mbed',
author_email='[email protected]',
0 commit comments