Skip to content

Commit de9d4fb

Browse files
committed
Fix normalization version number warning
1 parent f622535 commit de9d4fb

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)