Next release

This commit is contained in:
2020-08-29 11:39:03 +02:00
parent 990647a160
commit 8cef5222ac
10 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""Setupscript fuer python3-revpimodio."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2018 Sven Sager"
__copyright__ = "Copyright (C) 2020 Sven Sager"
__license__ = "LGPLv3"
from distutils.core import setup
@@ -17,7 +17,7 @@ setup(
license="LGPLv3",
name="revpimodio2",
version="2.5.1b",
version="2.5.2",
packages=["revpimodio2"],
python_requires="~=3.2",