New release

This commit is contained in:
2021-06-13 21:32:47 +02:00
parent f215b3bbc1
commit c1e082107d
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.2" __version__ = "0.9.3"
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.2b", version="0.9.3",
python_requires="~=3.4", python_requires="~=3.4",
requires=["PyQt5", "revpimodio2", "zeroconf"], requires=["PyQt5", "revpimodio2", "zeroconf"],