diff --git a/pyLSV2/__init__.py b/pyLSV2/__init__.py index f69295b..0e4769c 100644 --- a/pyLSV2/__init__.py +++ b/pyLSV2/__init__.py @@ -3,4 +3,4 @@ """A pure Python3 implementation of the LSV2 protocol""" from .client import LSV2 -__version__ = '0.5.3' +__version__ = '0.5.4'