Bump version: 1.9.4.dev1 → 1.9.4

This commit is contained in:
samschott 2024-07-09 21:10:35 +02:00
parent 4777dfcb0b
commit d06389cbd8
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.4.dev1
current_version = 1.9.4
commit = True
tag = False
parse = ^

View File

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