Bump version: 1.9.0.dev0 → 1.9.0

This commit is contained in:
samschott 2024-03-22 20:31:37 +01:00
parent 677f08867b
commit 5549b92815
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.0.dev0
current_version = 1.9.0
commit = True
tag = False
parse = ^

View File

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