Skip to content

Commit eeb4a87

Browse files
authored
Merge pull request #368 from screamerbg/development
Bump version up to 0.9.9
2 parents 460a29b + a955847 commit eeb4a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mbed/mbed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
# Application version
38-
ver = '0.9.7'
38+
ver = '0.9.9'
3939

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="mbed-cli",
21-
version="0.9.7",
21+
version="0.9.9",
2222
description="ARM mbed command line tool for repositories version control, publishing and updating code from remotely hosted repositories (GitHub, GitLab and mbed.org), and invoking mbed OS own build system and export functions, among other operations",
2323
long_description=LONG_DESC,
2424
url='http://github.com/ARMmbed/mbed-cli',

0 commit comments

Comments
 (0)