From 504e1837de2829b7780d32ec39011405d590e342 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Fri, 17 Feb 2023 21:16:15 +0200 Subject: [PATCH] Updated version to 4.1.1 --- src/robotlibcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/robotlibcore.py b/src/robotlibcore.py index d03619a..e4ec77f 100644 --- a/src/robotlibcore.py +++ b/src/robotlibcore.py @@ -27,7 +27,7 @@ from robot.errors import DataError from robot.utils import Importer # noqa F401 -__version__ = "4.1.0.dev1" +__version__ = "4.1.1" class PythonLibCoreException(Exception):