Skip to content

Commit

Permalink
Merge pull request #847 from screamerbg/r/1.9.1
Browse files Browse the repository at this point in the history
Release 1.9.1
  • Loading branch information
theotherjimmy authored Feb 13, 2019
2 parents 7831cd1 + ed2ddad commit e69923c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mbed/mbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


# Application version
ver = '1.9.0'
ver = '1.9.1'

# Default paths to Mercurial and Git
hg_cmd = 'hg'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="mbed-cli",
version="1.9.0",
version="1.9.1",
description="Arm Mbed command line tool for repositories version control, publishing and updating code from remotely hosted repositories (GitHub, GitLab and mbed.com), and invoking Mbed OS own build system and export functions, among other operations",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e69923c

Please sign in to comment.