From 1983f124082aad2072c5ac49262b41e71b5ab45b Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Wed, 20 Mar 2024 21:51:42 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.1.dev1=20=E2=86=92=201.9.?= =?UTF-8?q?0.dev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- src/maestral/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 53784746b..3b504298f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.1.dev1 +current_version = 1.9.0.dev0 commit = True tag = False parse = ^ diff --git a/docs/conf.py b/docs/conf.py index 1de08b9f9..962e3cf72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "1.8.1.dev1" +version = "1.9.0.dev0" release = version project = "Maestral" title = "Maestral API Documentation" diff --git a/pyproject.toml b/pyproject.toml index 7f063ab48..50eb4de2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "maestral" -version = "1.8.1.dev1" +version = "1.9.0.dev0" authors = [{name = "Sam Schott", email = "sam.schott@outlook.com"}] license = {text = "MIT"} description = "Open-source Dropbox client for macOS and Linux." diff --git a/src/maestral/__init__.py b/src/maestral/__init__.py index 39a6464fd..4a9282bc6 100644 --- a/src/maestral/__init__.py +++ b/src/maestral/__init__.py @@ -1,7 +1,7 @@ import warnings -__version__ = "1.8.1.dev1" +__version__ = "1.9.0.dev0" __author__ = "Sam Schott" __url__ = "https://maestral.app"