We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752fda4 commit 5514081Copy full SHA for 5514081
src/robotlibcore.py
@@ -37,7 +37,7 @@ def decorator(func):
37
38
PY2 = sys.version_info < (3,)
39
40
-__version__ = '1.0rc4.dev1'
+__version__ = '1.0'
41
42
43
class HybridCore(object):
0 commit comments