From 5549b92815ad357c69a0f4991ddb254a072c2441 Mon Sep 17 00:00:00 2001 From: samschott Date: Fri, 22 Mar 2024 20:31:37 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.0.dev0=20=E2=86=92=201.9.?= =?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 511a744e..23f3867f 100644 --- a/.bumpversion-cross-dependencies.cfg +++ b/.bumpversion-cross-dependencies.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0.dev0 +current_version = 1.9.0 commit = True tag = False parse = ^ diff --git a/pyproject.toml b/pyproject.toml index 50eb4de2..5304e7da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [