diff --git a/pyLSV2/__init__.py b/pyLSV2/__init__.py index 2c7e66a..87d75ad 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.1' +__version__ = '0.5.2'