Skip to content

Commit

Permalink
Bump version: 1.9.0.dev0 → 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed Mar 22, 2024
1 parent 5549b92 commit 623b638
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.0.dev0
current_version = 1.9.0
commit = True
tag = False
parse = ^
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# -- Project information ---------------------------------------------------------------

author = "Sam Schott"
version = "1.9.0.dev0"
version = "1.9.0"
release = version
project = "Maestral"
title = "Maestral API Documentation"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maestral"
version = "1.9.0.dev0"
version = "1.9.0"
authors = [{name = "Sam Schott", email = "[email protected]"}]
license = {text = "MIT"}
description = "Open-source Dropbox client for macOS and Linux."
Expand Down
2 changes: 1 addition & 1 deletion src/maestral/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import warnings


__version__ = "1.9.0.dev0"
__version__ = "1.9.0"
__author__ = "Sam Schott"
__url__ = "https://maestral.app"

Expand Down

0 comments on commit 623b638

Please sign in to comment.