From c8a5aca620beab1affa12bd23d64b892fc08ae42 Mon Sep 17 00:00:00 2001 From: samschott Date: Fri, 22 Mar 2024 21:28:17 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.0=20=E2=86=92=201.9.1.dev?= =?UTF-8?q?0?= 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 23f3867f9..fce345611 100644 --- a/.bumpversion-cross-dependencies.cfg +++ b/.bumpversion-cross-dependencies.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0 +current_version = 1.9.1.dev0 commit = True tag = False parse = ^ diff --git a/pyproject.toml b/pyproject.toml index cfcc3c03a..ac6923941 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,8 @@ content-type = "text/markdown" [project.optional-dependencies] gui = [ - "maestral-qt>=1.9.0;sys_platform=='linux'", - "maestral-cocoa>=1.9.0;sys_platform=='darwin'", + "maestral-qt>=1.9.1.dev0;sys_platform=='linux'", + "maestral-cocoa>=1.9.1.dev0;sys_platform=='darwin'", ] syslog = ["systemd-python"] lint = [