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.
2 parents 9e60c87 + 58b4f42 commit 66b54bfCopy full SHA for 66b54bf
mbed/mbed.py
@@ -35,7 +35,7 @@
35
36
37
# Application version
38
-ver = '0.6.8'
+ver = '0.7.1'
39
40
# Default paths to Mercurial and Git
41
hg_cmd = 'hg'
setup.py
@@ -19,7 +19,7 @@ def read(fname):
19
setup(
20
name="mbed-cli",
21
packages=["mbed"],
22
- version="0.6.8",
+ version="0.7.1",
23
url='http://github.com/ARMmbed/mbed-cli',
24
author='ARM mbed',
25
author_email='[email protected]',
0 commit comments