Skip to content

Commit 592baee

Browse files
committed
Bump version: 1.9.3.dev1 → 1.9.3
1 parent 5a15a22 commit 592baee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.3.dev1
2+
current_version = 1.9.3
33
commit = True
44
tag = False
55
parse = ^

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -- Project information ---------------------------------------------------------------
1010

1111
author = "Sam Schott"
12-
version = "1.9.3.dev1"
12+
version = "1.9.3"
1313
release = version
1414
project = "Maestral"
1515
title = "Maestral API Documentation"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "maestral"
7-
version = "1.9.3.dev1"
7+
version = "1.9.3"
88
authors = [{name = "Sam Schott", email = "[email protected]"}]
99
license = {text = "MIT"}
1010
description = "Open-source Dropbox client for macOS and Linux."

src/maestral/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import warnings
22

33

4-
__version__ = "1.9.3.dev1"
4+
__version__ = "1.9.3"
55
__author__ = "Sam Schott"
66
__url__ = "https://maestral.app"
77

0 commit comments

Comments
 (0)