Bump version: 1.3.1 → 1.3.2.dev0

This commit is contained in:
Sam Schott 2020-12-06 15:23:47 +00:00
parent b4d99eb03f
commit 648f855af0
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2.dev0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?

View File

@ -11,7 +11,7 @@ sys.path.insert(0, os.path.abspath("../src"))
# -- Project information ---------------------------------------------------------------
author = "Sam Schott"
version = "1.3.1"
version = "1.3.2.dev0"
release = version
project = "Maestral"
title = "Maestral API Documentation"

View File

@ -56,7 +56,7 @@ setup(
name="maestral",
author="Sam Schott",
author_email="ss2151@cam.ac.uk",
version="1.3.1",
version="1.3.2.dev0",
url="https://github.com/SamSchott/maestral",
description="Open-source Dropbox client for macOS and Linux.",
license="MIT",

View File

@ -14,7 +14,7 @@ The following APIs should remain stable for frontends:
import warnings
__version__ = "1.3.1"
__version__ = "1.3.2.dev0"
__author__ = "Sam Schott"
__url__ = "https://github.com/SamSchott/maestral"