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 ef9cc4a commit c4f24ceCopy full SHA for c4f24ce
mbed/mbed.py
@@ -17,7 +17,7 @@
17
# Default paths to Mercurial and Git
18
hg_cmd = 'hg'
19
git_cmd = 'git'
20
-ver = '0.1.7'
+ver = '0.1.8'
21
22
ignores = [
23
# 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.7",
+ version="0.1.8",
15
url='http://github.com/ARMmbed/mbed-cli',
16
author='ARM mbed',
author_email='[email protected]',
0 commit comments