From cc0fa0b347f9a3aef4f3ffdc7a267693a8b54701 Mon Sep 17 00:00:00 2001 From: Pawel Pawezka Date: Thu, 27 Jun 2024 15:22:47 +0200 Subject: [PATCH] increase version to 2.3.3 --- src/main/python/RemoteSwingLibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/python/RemoteSwingLibrary.py b/src/main/python/RemoteSwingLibrary.py index 39374a9..a8bdf7c 100644 --- a/src/main/python/RemoteSwingLibrary.py +++ b/src/main/python/RemoteSwingLibrary.py @@ -115,7 +115,7 @@ def _tobool(value): return str(value).lower() in ("true", "1", "yes") -__version__ = '2.3.2' +__version__ = '2.3.3' class RemoteSwingLibrary(object):