Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed23fec

Browse files
committedApr 26, 2020
Updated version to 2.0.1 due problems in setup.py
1 parent 4def58d commit ed23fec

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
@@ -34,7 +34,7 @@
3434
PY2 = sys.version_info < (3,)
3535
RF31 = robot_version < '3.2'
3636

37-
__version__ = '2.0.0'
37+
__version__ = '2.0.1'
3838

3939

4040
class HybridCore(object):

0 commit comments

Comments
 (0)
Please sign in to comment.