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