We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab95eb4 commit 5848926Copy full SHA for 5848926
src/robotlibcore.py
@@ -34,7 +34,7 @@
34
PY2 = sys.version_info < (3,)
35
RF31 = robot_version < '3.2'
36
37
-__version__ = '2.0.2.dev1'
+__version__ = '2.0.2'
38
39
40
class HybridCore(object):
0 commit comments