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