Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Apr 26, 2021
1 parent c0e643e commit c4b527b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyLSV2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit c4b527b

Please sign in to comment.