mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 11:36:35 +03:00
Bump version: 1.5.3 → 1.6.0.dev0
This commit is contained in:
parent
061c88cc9e
commit
2f0846afd4
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.5.3
|
||||
current_version = 1.6.0.dev0
|
||||
commit = True
|
||||
tag = False
|
||||
parse = ^
|
||||
|
@ -9,7 +9,7 @@ sys.path.insert(0, os.path.abspath("../src"))
|
||||
# -- Project information ---------------------------------------------------------------
|
||||
|
||||
author = "Sam Schott"
|
||||
version = "1.5.3"
|
||||
version = "1.6.0.dev0"
|
||||
release = version
|
||||
project = "Maestral"
|
||||
title = "Maestral API Documentation"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = maestral
|
||||
version = 1.5.3
|
||||
version = 1.6.0.dev0
|
||||
author = Sam Schott
|
||||
author_email = sam.schott@outlook.com
|
||||
license = MIT
|
||||
|
@ -1,7 +1,7 @@
|
||||
import warnings
|
||||
|
||||
|
||||
__version__ = "1.5.3"
|
||||
__version__ = "1.6.0.dev0"
|
||||
__author__ = "Sam Schott"
|
||||
__url__ = "https://maestral.app"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user