From e58d9158345a7a24da31dcbcfa87ed5a52cd1cb7 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 24 Jun 2024 19:34:25 +0200 Subject: [PATCH] bump version number --- README.md | 1 - pyLSV2/__init__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fbe3489..d2e502b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # pyLSV2 -[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pyLSV2.svg)](https://pypi.python.org/pypi/pyLSV2/) [![PyPI version fury.io](https://badge.fury.io/py/pyLSV2.svg)](https://pypi.python.org/pypi/pyLSV2/) [![Documentation Status](https://readthedocs.org/projects/pylsv2/badge/?version=latest)](https://pylsv2.readthedocs.io/en/latest/?badge=latest) diff --git a/pyLSV2/__init__.py b/pyLSV2/__init__.py index 702d301..95e692e 100644 --- a/pyLSV2/__init__.py +++ b/pyLSV2/__init__.py @@ -8,7 +8,7 @@ from .translate_messages import * from .err import * -__version__ = "1.3.3" +__version__ = "1.4" __author__ = "drunsinn" __license__ = "MIT" __email__ = "dr.unsinn@googlemail.com"