Skip to content

Commit a3c762a

Browse files
committed
Bump version: 1.9.5.dev0 → 1.9.5
1 parent 6cd7621 commit a3c762a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.5.dev0
2+
current_version = 1.9.5
33
commit = True
44
tag = False
55
parse = ^

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -- Project information ---------------------------------------------------------------
1010

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.5.dev0"
7+
version = "1.9.5"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import warnings
22

3-
__version__ = "1.9.5.dev0"
3+
__version__ = "1.9.5"
44
__author__ = "Sam Schott"
55
__url__ = "https://maestral.app"
66

0 commit comments

Comments
 (0)