Next release

This commit is contained in:
2021-09-23 16:33:35 +02:00
parent 8999e71d2e
commit 577e764741
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ __author__ = "Sven Sager <akira@revpimodio.org>"
__copyright__ = "Copyright (C) 2020 Sven Sager"
__license__ = "LGPLv3"
__name__ = "revpimodio2"
__version__ = "2.5.7"
__version__ = "2.5.8"
# Global package values
OFF = 0

View File

@@ -17,7 +17,7 @@ setup(
license="LGPLv3",
name="revpimodio2",
version="2.5.7e",
version="2.5.8",
packages=["revpimodio2"],
python_requires="~=3.2",