mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 01:41:28 +03:00
Bump version: 1.9.2.dev0 → 1.9.2
This commit is contained in:
parent
ba441968f4
commit
79e0e5a49d
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.9.2.dev0
|
||||
current_version = 1.9.2
|
||||
commit = True
|
||||
tag = False
|
||||
parse = ^
|
||||
|
@ -9,7 +9,7 @@ sys.path.insert(0, os.path.abspath("../src"))
|
||||
# -- Project information ---------------------------------------------------------------
|
||||
|
||||
author = "Sam Schott"
|
||||
version = "1.9.2.dev0"
|
||||
version = "1.9.2"
|
||||
release = version
|
||||
project = "Maestral"
|
||||
title = "Maestral API Documentation"
|
||||
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "maestral"
|
||||
version = "1.9.2.dev0"
|
||||
version = "1.9.2"
|
||||
authors = [{name = "Sam Schott", email = "sam.schott@outlook.com"}]
|
||||
license = {text = "MIT"}
|
||||
description = "Open-source Dropbox client for macOS and Linux."
|
||||
|
@ -1,7 +1,7 @@
|
||||
import warnings
|
||||
|
||||
|
||||
__version__ = "1.9.2.dev0"
|
||||
__version__ = "1.9.2"
|
||||
__author__ = "Sam Schott"
|
||||
__url__ = "https://maestral.app"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user