released dev7

This commit is contained in:
Sam Schott 2020-03-14 23:54:10 +00:00
parent 82408bc8bd
commit 5e6ae9104e
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ The following APIs should remain stable for front ends:
"""
__version__ = "0.6.2.dev6"
__version__ = "0.6.2.dev7"
__author__ = "Sam Schott"
__url__ = "https://github.com/SamSchott/maestral"

View File

@ -48,7 +48,7 @@ install_requires = [
'watchdog>=0.9.0',
]
gui_requires = ['maestral-qt>=0.6.2.dev3']
gui_requires = ['maestral-qt>=0.6.2.dev4']
syslog_requires = ['systemd-python']
# if GUI is installed, always update it as well