We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd3ca6 commit 0bdc181Copy full SHA for 0bdc181
setup.py
@@ -8,7 +8,7 @@
8
CURDIR = dirname(abspath(__file__))
9
10
with open(join(CURDIR, 'src', 'SeleniumLibrary', '__init__.py')) as f:
11
- VERSION = re.search("\n__version__ = '(.*)'\n", f.read()).group(1)
+ VERSION = re.search("\n__version__ = '(.*)'", f.read()).group(1)
12
13
DESCRIPTION = """
14
SeleniumLibrary is a web testing library for Robot Framework
0 commit comments