Bump version: 1.9.3 → 1.9.4.dev0

This commit is contained in:
samschott 2024-05-21 21:31:56 +02:00
parent 9125336b96
commit e12a778a85
No known key found for this signature in database
GPG Key ID: 455100A147F0A99C
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.3
current_version = 1.9.4.dev0
commit = True
tag = False
parse = ^

View File

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