Skip to content

Commit ad3424f

Browse files
committed
dev version
1 parent 2ce3fc6 commit ad3424f

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.0rc3'
40+
__version__ = '1.0rc4.dev1'
4141

4242

4343
class HybridCore(object):

0 commit comments

Comments
 (0)