Skip to content

Commit 9c63b08

Browse files
committed
bump version
1 parent 0559e5c commit 9c63b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robotlibcore.py

Lines changed: 1 addition & 1 deletion
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.0rc2'
40+
__version__ = '1.0rc3'
4141

4242

4343
class HybridCore(object):

0 commit comments

Comments
 (0)