Skip to content

Commit cc0fa0b

Browse files
committed
increase version to 2.3.3
1 parent 6555503 commit cc0fa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/python/RemoteSwingLibrary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _tobool(value):
115115
return str(value).lower() in ("true", "1", "yes")
116116

117117

118-
__version__ = '2.3.2'
118+
__version__ = '2.3.3'
119119

120120

121121
class RemoteSwingLibrary(object):

0 commit comments

Comments
 (0)