diff --git a/README.md b/README.md index fbe3489..7067111 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) @@ -19,7 +18,7 @@ ## License MIT License - Copyright (c) 2020 - 2023 drunsinn + Copyright (c) 2020 - 2024 drunsinn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal 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"