From d06389cbd8d93ba0a5a3833d2b7c954b0778164b Mon Sep 17 00:00:00 2001 From: samschott Date: Tue, 9 Jul 2024 21:10:35 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.4.dev1=20=E2=86=92=201.9.?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion-cross-dependencies.cfg | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion-cross-dependencies.cfg b/.bumpversion-cross-dependencies.cfg index 104488e6..dc124134 100644 --- a/.bumpversion-cross-dependencies.cfg +++ b/.bumpversion-cross-dependencies.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.4.dev1 +current_version = 1.9.4 commit = True tag = False parse = ^ diff --git a/pyproject.toml b/pyproject.toml index 1c655131..e02ae63b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [