1
0
mirror of https://github.com/naruxde/revpipycontrol.git synced 2025-11-08 15:43:52 +01:00

Next release

This commit is contained in:
2020-06-25 13:38:30 +02:00
parent d7d1aa2194
commit 7939f193da
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ u"""RevPiPyControl main program."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2018 Sven Sager"
__license__ = "GPLv3"
__version__ = "0.8.0"
__version__ = "0.8.1"
import revpicheckclient
import revpidevelop

View File

@@ -19,7 +19,7 @@ class MyEggInfo(distutils.command.install_egg_info.install_egg_info):
setup(
version="0.8.0a",
version="0.8.1",
python_requires="~=3.4",
requires=["tkinter", "zeroconf"],