File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.9.5.dev0
2+ current_version = 1.9.5
33commit = True
44tag = False
55parse = ^
Original file line number Diff line number Diff line change 99# -- Project information ---------------------------------------------------------------
1010
1111author = "Sam Schott"
12- version = "1.9.5.dev0 "
12+ version = "1.9.5"
1313release = version
1414project = "Maestral"
1515title = "Maestral API Documentation"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " maestral"
7- version = " 1.9.5.dev0 "
7+ version = " 1.9.5"
88authors = [{
name =
" Sam Schott" ,
email =
" [email protected] " }]
99license = { text = " MIT" }
1010description = " Open-source Dropbox client for macOS and Linux."
Original file line number Diff line number Diff line change 11import warnings
22
3- __version__ = "1.9.5.dev0 "
3+ __version__ = "1.9.5"
44__author__ = "Sam Schott"
55__url__ = "https://maestral.app"
66
You can’t perform that action at this time.
0 commit comments