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 8a1864d commit 3fd84a8Copy full SHA for 3fd84a8
mbed/mbed.py
@@ -35,7 +35,7 @@
35
36
37
# Application version
38
-ver = '0.8.3'
+ver = '0.8.5'
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.8.3",
+ version="0.8.5",
23
url='http://github.com/ARMmbed/mbed-cli',
24
author='ARM mbed',
25
author_email='[email protected]',
0 commit comments