Bump version: 1.4.4 → 1.4.5.dev0

This commit is contained in:
Sam Schott 2021-06-08 21:23:43 +01:00
parent 7da5f37e76
commit c9e035a0b9
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.4
current_version = 1.4.5.dev0
commit = True
tag = False
parse = ^

View File

@ -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",

View File

@ -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"