Skip to content

Commit

Permalink
Updated version to 2.0.1 due problems in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Apr 26, 2020
1 parent 4def58d commit ed23fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotlibcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
PY2 = sys.version_info < (3,)
RF31 = robot_version < '3.2'

__version__ = '2.0.0'
__version__ = '2.0.1'


class HybridCore(object):
Expand Down

0 comments on commit ed23fec

Please sign in to comment.