Skip to content

Commit e2c98ab

Browse files
committed
Bump version: 1.9.6.dev0 → 1.9.6.dev1
1 parent 0eef04b commit e2c98ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion-cross-dependencies.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.6.dev0
2+
current_version = 1.9.6.dev1
33
commit = True
44
tag = False
55
parse = ^

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ content-type = "text/markdown"
4747

4848
[project.optional-dependencies]
4949
gui = [
50-
"maestral-qt>=1.9.6.dev0;sys_platform=='linux'",
51-
"maestral-cocoa>=1.9.6.dev0;sys_platform=='darwin'",
50+
"maestral-qt>=1.9.6.dev1;sys_platform=='linux'",
51+
"maestral-cocoa>=1.9.6.dev1;sys_platform=='darwin'",
5252
]
5353
syslog = ["systemd-python"]
5454
lint = [

0 commit comments

Comments
 (0)