From 46dea9c216e6fdf2f9a94f098c75e5e9115b0ddd Mon Sep 17 00:00:00 2001 From: drunsinn Date: Wed, 27 Jan 2021 17:59:44 +0100 Subject: [PATCH] Update __init__.py --- pyLSV2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyLSV2/__init__.py b/pyLSV2/__init__.py index 9397fdd..5b63965 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.6.1' +__version__ = '0.6.2'