Bump version: 1.6.6.dev0 → 1.6.6.dev1

This commit is contained in:
samschott 2023-02-04 00:26:51 +01:00
parent 7c3029dcf8
commit 9073f065ea
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.6.dev0
current_version = 1.6.6.dev1
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.6.6.dev0"
version = "1.6.6.dev1"
release = version
project = "Maestral"
title = "Maestral API Documentation"

View File

@ -1,6 +1,6 @@
[metadata]
name = maestral
version = 1.6.6.dev0
version = 1.6.6.dev1
author = Sam Schott
author_email = sam.schott@outlook.com
license = MIT

View File

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