We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bc845 commit af17c24Copy full SHA for af17c24
src/robotlibcore.py
@@ -27,7 +27,7 @@
27
from robot.errors import DataError
28
from robot.utils import Importer # noqa F401
29
30
-__version__ = "3.0.1.dev1"
+__version__ = "4.0.0"
31
32
33
class PythonLibCoreException(Exception):
0 commit comments