Skip to content

Commit 5514081

Browse files
committed
Updated version to 1.0
1 parent 752fda4 commit 5514081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robotlibcore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def decorator(func):
3737

3838
PY2 = sys.version_info < (3,)
3939

40-
__version__ = '1.0rc4.dev1'
40+
__version__ = '1.0'
4141

4242

4343
class HybridCore(object):

0 commit comments

Comments
 (0)