Skip to content

Commit 66b54bf

Browse files
authored
Merge pull request #192 from screamerbg/use-cache
Bump version up to 0.7.1
2 parents 9e60c87 + 58b4f42 commit 66b54bf

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
@@ -35,7 +35,7 @@
3535

3636

3737
# Application version
38-
ver = '0.6.8'
38+
ver = '0.7.1'
3939

4040
# Default paths to Mercurial and Git
4141
hg_cmd = 'hg'

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.6.8",
22+
version="0.7.1",
2323
url='http://github.com/ARMmbed/mbed-cli',
2424
author='ARM mbed',
2525
author_email='[email protected]',

0 commit comments

Comments
 (0)