We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0559e5c commit 9c63b08Copy full SHA for 9c63b08
src/robotlibcore.py
@@ -37,7 +37,7 @@ def decorator(func):
37
38
PY2 = sys.version_info < (3,)
39
40
-__version__ = '1.0rc2'
+__version__ = '1.0rc3'
41
42
43
class HybridCore(object):
0 commit comments