Skip to content

Commit 5a26359

Browse files
committed
Change version to 0.6.0
1 parent c97579f commit 5a26359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Default paths to Mercurial and Git
3434
hg_cmd = 'hg'
3535
git_cmd = 'git'
36-
ver = '0.5.2'
36+
ver = '0.6.3'
3737

3838
ignores = [
3939
# Version control folders

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(fname):
1919
setup(
2020
name="mbed-cli",
2121
packages=["mbed"],
22-
version="0.5.2",
22+
version="0.6.3",
2323
url='http://github.com/ARMmbed/mbed-cli',
2424
author='ARM mbed',
2525
author_email='[email protected]',

0 commit comments

Comments
 (0)