Skip to content

Commit a911183

Browse files
authored
Merge pull request #115 from bridadan/fix_version_warning
Fix normalization version number warning
2 parents 836e5e3 + 70a2ef4 commit a911183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read(fname):
3030

3131
setup(
3232
name="mbed-os-tools",
33-
version=read("src/mbed_os_tools/VERSION.txt"),
33+
version=read("src/mbed_os_tools/VERSION.txt").strip(),
3434
description=DESCRIPTION,
3535
long_description=read("README.md"),
3636
author=OWNER_NAMES,

0 commit comments

Comments
 (0)