Skip to content

Commit 0bdc181

Browse files
author
Tatu Aalto
committed
Fixes linefeed problem for releases
1 parent 0fd3ca6 commit 0bdc181

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
@@ -8,7 +8,7 @@
88
CURDIR = dirname(abspath(__file__))
99

1010
with open(join(CURDIR, 'src', 'SeleniumLibrary', '__init__.py')) as f:
11-
VERSION = re.search("\n__version__ = '(.*)'\n", f.read()).group(1)
11+
VERSION = re.search("\n__version__ = '(.*)'", f.read()).group(1)
1212

1313
DESCRIPTION = """
1414
SeleniumLibrary is a web testing library for Robot Framework

0 commit comments

Comments
 (0)