Skip to content

Commit 1b80d56

Browse files
committed
Version update
1 parent d107229 commit 1b80d56

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
@@ -17,7 +17,7 @@
1717
# Default paths to Mercurial and Git
1818
hg_cmd = 'hg'
1919
git_cmd = 'git'
20-
ver = '0.1.6'
20+
ver = '0.1.7'
2121

2222
ignores = [
2323
# Version control folders

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111
setup(
1212
name="mbed-cli",
1313
packages=["mbed"],
14-
version="0.1.6",
14+
version="0.1.7",
1515
url='http://github.com/ARMmbed/mbed-cli',
1616
author='ARM mbed',
1717
author_email='[email protected]',

0 commit comments

Comments
 (0)