New release

This commit is contained in:
2021-02-17 07:26:56 +01:00
parent 989ba6ab14
commit bf1c5e6e5d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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