New release

This commit is contained in:
2021-04-25 13:27:42 +02:00
parent 6be0c8d32f
commit 8a2cd9f304
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
__author__ = "Sven Sager" __author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2018 Sven Sager" __copyright__ = "Copyright (C) 2018 Sven Sager"
__license__ = "GPLv3" __license__ = "GPLv3"
__version__ = "0.9.1g" __version__ = "0.9.2"
import webbrowser import webbrowser
from os.path import basename, dirname, join from os.path import basename, dirname, join

View File

@@ -19,7 +19,7 @@ class MyEggInfo(distutils.command.install_egg_info.install_egg_info):
setup( setup(
version="0.9.1g", version="0.9.2",
python_requires="~=3.4", python_requires="~=3.4",
requires=["PyQt5", "revpimodio2", "zeroconf"], requires=["PyQt5", "revpimodio2", "zeroconf"],