Skip to content

Commit d9c7a19

Browse files
committed
Bump version: 1.7.3.dev4 → 1.7.3
1 parent 958cc84 commit d9c7a19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion-cross-dependencies.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.3.dev4
2+
current_version = 1.7.3
33
commit = True
44
tag = False
55
parse = ^

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ content-type = "text/markdown"
4949

5050
[project.optional-dependencies]
5151
gui = [
52-
"maestral-qt>=1.7.3.dev4;sys_platform=='linux'",
53-
"maestral-cocoa>=1.7.3.dev4;sys_platform=='darwin'",
52+
"maestral-qt>=1.7.3;sys_platform=='linux'",
53+
"maestral-cocoa>=1.7.3;sys_platform=='darwin'",
5454
]
5555
syslog = ["systemd-python"]
5656
lint = [

0 commit comments

Comments
 (0)