Bump version: 1.8.1.dev1 → 1.9.0.dev0

This commit is contained in:
Sam Schott 2024-03-20 21:51:42 +01:00
parent 91c785dec1
commit 6d7b73a464
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.8.1.dev1
current_version = 1.9.0.dev0
commit = True
tag = False
parse = ^

View File

@ -49,8 +49,8 @@ content-type = "text/markdown"
[project.optional-dependencies]
gui = [
"maestral-qt>=1.8.1.dev1;sys_platform=='linux'",
"maestral-cocoa>=1.8.1.dev1;sys_platform=='darwin'",
"maestral-qt>=1.9.0.dev0;sys_platform=='linux'",
"maestral-cocoa>=1.9.0.dev0;sys_platform=='darwin'",
]
syslog = ["systemd-python"]
lint = [