Bump version: 1.9.2.dev0 → 1.9.2

This commit is contained in:
samschott 2024-03-25 23:19:57 +01:00
parent ba441968f4
commit 79e0e5a49d
No known key found for this signature in database
GPG Key ID: 455100A147F0A99C
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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