diff --git a/pyLSV2/__init__.py b/pyLSV2/__init__.py index 48021cc..03a4de7 100644 --- a/pyLSV2/__init__.py +++ b/pyLSV2/__init__.py @@ -3,7 +3,6 @@ """A pure Python3 implementation of the LSV2 protocol""" from .client import LSV2 from .const import * -from .translate_messages import (get_error_text, get_execution_status_text, - get_program_status_text) +from .translate_messages import * -__version__ = '0.6.4' +__version__ = '0.6.6'