We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59b7d1 commit 7a3f7dbCopy full SHA for 7a3f7db
mbed/mbed.py
@@ -53,7 +53,7 @@
53
54
55
# Application version
56
-ver = '1.10.4'
+ver = '1.10.5'
57
58
# Default paths to Mercurial and Git
59
hg_cmd = 'hg'
setup.py
@@ -15,7 +15,7 @@
15
from setuptools import find_packages
16
17
NAME = 'mbed-cli'
18
-__version__ = '1.10.4'
+__version__ = '1.10.5'
19
20
repository_dir = os.path.dirname(__file__)
21
0 commit comments