Bump version: 1.8.0 → 1.8.1.dev0

This commit is contained in:
Sam Schott 2023-08-27 01:13:56 +02:00
parent 670c80a11f
commit 953588d22c
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "maestral"
version = "1.8.0"
version = "1.8.1.dev0"
authors = [{name = "Sam Schott", email = "sam.schott@outlook.com"}]
license = {text = "MIT"}
description = "Open-source Dropbox client for macOS and Linux."

View File

@ -1,7 +1,7 @@
import warnings
__version__ = "1.8.0"
__version__ = "1.8.1.dev0"
__author__ = "Sam Schott"
__url__ = "https://maestral.app"