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 a9688e7 commit e35033cCopy full SHA for e35033c
mbed/mbed.py
@@ -35,7 +35,7 @@
35
36
37
# Application version
38
-ver = '0.7.3'
+ver = '0.7.11'
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.7.3",
+ version="0.7.11",
23
url='http://github.com/ARMmbed/mbed-cli',
24
author='ARM mbed',
25
author_email='support@mbed.org',
0 commit comments