Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af17c24

Browse files
committedNov 5, 2022
Updated version to 4.0.0
1 parent 82bc845 commit af17c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/robotlibcore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from robot.errors import DataError
2828
from robot.utils import Importer # noqa F401
2929

30-
__version__ = "3.0.1.dev1"
30+
__version__ = "4.0.0"
3131

3232

3333
class PythonLibCoreException(Exception):

0 commit comments

Comments
 (0)
Please sign in to comment.