Skip to content

Commit 8c0256e

Browse files
authored
Merge pull request #973 from ARMmbed/rw-bump-version
Bump version
2 parents e385192 + f0c14cc commit 8c0256e

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
@@ -53,7 +53,7 @@
5353

5454

5555
# Application version
56-
ver = '1.10.2'
56+
ver = '1.10.4'
5757

5858
# Default paths to Mercurial and Git
5959
hg_cmd = 'hg'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import find_packages
1616

1717
NAME = 'mbed-cli'
18-
__version__ = '1.10.3'
18+
__version__ = '1.10.4'
1919

2020
repository_dir = os.path.dirname(__file__)
2121

0 commit comments

Comments
 (0)