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 c97579f commit 5a26359Copy full SHA for 5a26359
mbed/mbed.py
@@ -33,7 +33,7 @@
33
# Default paths to Mercurial and Git
34
hg_cmd = 'hg'
35
git_cmd = 'git'
36
-ver = '0.5.2'
+ver = '0.6.3'
37
38
ignores = [
39
# Version control folders
setup.py
@@ -19,7 +19,7 @@ def read(fname):
19
setup(
20
name="mbed-cli",
21
packages=["mbed"],
22
- version="0.5.2",
+ version="0.6.3",
23
url='http://github.com/ARMmbed/mbed-cli',
24
author='ARM mbed',
25
author_email='[email protected]',
0 commit comments