From c9e035a0b9079d18978811bc9445c6c9ed7c8e7e Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Tue, 8 Jun 2021 21:23:43 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.4=20=E2=86=92=201.4.5.dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- src/maestral/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index adbedb54..8cae689d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ sys.path.insert(0, os.path.abspath("../src")) # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "1.4.4" +version = "1.4.5.dev0" release = version project = "Maestral" title = "Maestral API Documentation" diff --git a/setup.cfg b/setup.cfg index 2bbf2e83..59b7ba38 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.4 +current_version = 1.4.5.dev0 commit = True tag = False parse = ^ diff --git a/setup.py b/setup.py index 0a37fc7a..c5fd6591 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup( name="maestral", author="Sam Schott", author_email="ss2151@cam.ac.uk", - version="1.4.4", + version="1.4.5.dev0", url="https://maestral.app", description="Open-source Dropbox client for macOS and Linux.", license="MIT", diff --git a/src/maestral/__init__.py b/src/maestral/__init__.py index db418bf2..551a2a52 100644 --- a/src/maestral/__init__.py +++ b/src/maestral/__init__.py @@ -5,7 +5,7 @@ import warnings from click import shell_completion # type: ignore -__version__ = "1.4.4" +__version__ = "1.4.5.dev0" __author__ = "Sam Schott" __url__ = "https://maestral.app"