Skip to content

Commit cf6294c

Browse files
committed
Properly increase the version number
1 parent 929b318 commit cf6294c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ message: "If you use this software, please cite it using these metadata."
2222
repository-code: "https://github.com/inab/WfExS-backend"
2323
type: software
2424
title: "WfExS-backend"
25-
version: 0.5.1
25+
version: 0.5.3

wfexs_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__license__ = 'Apache 2.0'
2121

2222
# https://www.python.org/dev/peps/pep-0396/
23-
__version__ = '0.5.1'
23+
__version__ = '0.5.3'
2424

2525
def describeGitRepo(repo):
2626
"""Describe the repository version.

0 commit comments

Comments
 (0)