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 8fa602f commit 594a2bfCopy full SHA for 594a2bf
src/robotlibcore.py
@@ -27,7 +27,7 @@
27
from robot.errors import DataError
28
from robot.utils import Importer # noqa F401
29
30
-__version__ = "4.1.0"
+__version__ = "4.1.0.dev1"
31
32
33
class PythonLibCoreException(Exception):
0 commit comments