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 d107229 commit 1b80d56Copy full SHA for 1b80d56
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.6'
+ver = '0.1.7'
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.6",
+ version="0.1.7",
15
url='http://github.com/ARMmbed/mbed-cli',
16
author='ARM mbed',
author_email='[email protected]',
0 commit comments