mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 11:36:35 +03:00
Bump version: 1.4.4.dev2 → 1.4.4.dev3
This commit is contained in:
parent
489c7893be
commit
2fe0e7d72a
@ -11,7 +11,7 @@ sys.path.insert(0, os.path.abspath("../src"))
|
||||
# -- Project information ---------------------------------------------------------------
|
||||
|
||||
author = "Sam Schott"
|
||||
version = "1.4.4.dev2"
|
||||
version = "1.4.4.dev3"
|
||||
release = version
|
||||
project = "Maestral"
|
||||
title = "Maestral API Documentation"
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.4.4.dev2
|
||||
current_version = 1.4.4.dev3
|
||||
commit = True
|
||||
tag = False
|
||||
parse = ^
|
||||
|
2
setup.py
2
setup.py
@ -52,7 +52,7 @@ setup(
|
||||
name="maestral",
|
||||
author="Sam Schott",
|
||||
author_email="ss2151@cam.ac.uk",
|
||||
version="1.4.4.dev2",
|
||||
version="1.4.4.dev3",
|
||||
url="https://maestral.app",
|
||||
description="Open-source Dropbox client for macOS and Linux.",
|
||||
license="MIT",
|
||||
|
@ -5,7 +5,7 @@ import warnings
|
||||
from click import shell_completion # type: ignore
|
||||
|
||||
|
||||
__version__ = "1.4.4.dev2"
|
||||
__version__ = "1.4.4.dev3"
|
||||
__author__ = "Sam Schott"
|
||||
__url__ = "https://maestral.app"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user