From 8f0413910bc67169fc9411ef8f8fa717754f3f83 Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Sat, 6 Jul 2024 23:37:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.4.dev0=20=E2=86=92=201.9.?= =?UTF-8?q?4.dev1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- src/maestral_cocoa/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1efd0db1..3bf4b04f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.4.dev0 +current_version = 1.9.4.dev1 commit = True tag = False parse = ^ diff --git a/pyproject.toml b/pyproject.toml index 61b0929f..4055f070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "Maestral" bundle = "com.samschott.maestral" -version = "1.9.4.dev0" +version = "1.9.4.dev1" url = "https://maestral.app" license = "MIT license" author = "Sam Schott" diff --git a/setup.cfg b/setup.cfg index 789d8459..38993cc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = maestral-cocoa -version = 1.9.4.dev0 +version = 1.9.4.dev1 author = Sam Schott author_email = sam.schott@outlook.com license = MIT diff --git a/src/maestral_cocoa/__init__.py b/src/maestral_cocoa/__init__.py index 6636289b..3caa25ea 100644 --- a/src/maestral_cocoa/__init__.py +++ b/src/maestral_cocoa/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- __author__ = "Sam Schott" -__version__ = "1.9.4.dev0" +__version__ = "1.9.4.dev1" __url__ = "https://maestral.app"