Skip to content

Commit

Permalink
Bump version: 1.3.1.dev0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Dec 5, 2020
1 parent 479a8bb commit 364d682
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.3.1.dev0
current_version = 1.3.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# -- Project information ---------------------------------------------------------------

author = "Sam Schott"
version = "1.3.1.dev0"
version = "1.3.1"
release = version
project = "Maestral"
title = "Maestral API Documentation"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
name="maestral",
author="Sam Schott",
author_email="ss2151@cam.ac.uk",
version="1.3.1.dev0",
version="1.3.1",
url="https://github.com/SamSchott/maestral",
description="Open-source Dropbox client for macOS and Linux.",
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/maestral/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import warnings

__version__ = "1.3.1.dev0"
__version__ = "1.3.1"
__author__ = "Sam Schott"
__url__ = "https://github.com/SamSchott/maestral"

Expand Down

0 comments on commit 364d682

Please sign in to comment.