From c4b527b43a96fa029e3f0dc82ef6ebd8f53b0230 Mon Sep 17 00:00:00 2001 From: drunsinn Date: Mon, 26 Apr 2021 19:45:49 +0200 Subject: [PATCH] Update __init__.py --- pyLSV2/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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'