diff --git a/mbed/mbed.py b/mbed/mbed.py index 67471883..ed3cddba 100755 --- a/mbed/mbed.py +++ b/mbed/mbed.py @@ -53,7 +53,7 @@ # Application version -ver = '1.9.0' +ver = '1.9.1' # Default paths to Mercurial and Git hg_cmd = 'hg' diff --git a/setup.py b/setup.py index 84850451..d9fa4c77 100644 --- a/setup.py +++ b/setup.py @@ -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",