From dde1ecdab47ce983d0caf43d21bcaec30e0af1ca Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 7 Oct 2023 16:50:28 +0200 Subject: [PATCH] prepare release 1.2.1 --- README.md | 1 + pyLSV2/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9c7c2d..ffd328f 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ - NeeXoo - Baptou88 - Md-aliy7 + - npalmerDNX ## Usage See [lsv2_demo.py](https://github.com/drunsinn/pyLSV2/blob/master/scripts/lsv2_demo.py) for a demonstration of some of the functions. diff --git a/pyLSV2/__init__.py b/pyLSV2/__init__.py index 7a67f63..274d2cc 100644 --- a/pyLSV2/__init__.py +++ b/pyLSV2/__init__.py @@ -8,7 +8,7 @@ from .translate_messages import * from .err import * -__version__ = "1.2" +__version__ = "1.2.1" __author__ = "drunsinn" __license__ = "MIT" __email__ = "dr.unsinn@googlemail.com"