Skip to content

Commit 57be07f

Browse files
committed
Update stored version number
1 parent 2ee88ab commit 57be07f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ authors:
2222
given-names: "Thomas E."
2323
orcid: "https://orcid.org/0000-0001-9266-5146"
2424
cff-version: "1.1.0"
25-
date-released: 2022-02-08
25+
date-released: 2022-03-30
2626
doi: 10.22002/D1.20029
2727
keywords:
2828
- controlled digital lending
2929
message: "If you use this software, please cite it using these metadata."
3030
repository-code: "https://github.com/caltechlibrary/dibs"
3131
title: "DIBS: An implementation of Controlled Digital Lending"
32-
version: "0.5.2"
32+
version: "0.5.3"
3333
...

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codeRepository": "https://github.com/caltechlibrary/dibs",
77
"issueTracker": "https://github.com/caltechlibrary/dibs/issues",
88
"license": "https://github.com/caltechlibrary/dibs/blob/master/LICENSE",
9-
"version": "0.5.2",
9+
"version": "0.5.3",
1010
"author": [
1111
{
1212
"@type": "Person",

dibs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# | by the Makefile. Manual changes to these values will be lost. |
2323
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
2424

25-
__version__ = '0.5.2'
25+
__version__ = '0.5.3'
2626
__description__ = 'DIBS (Digital Borrowing System) is an implementation of Controlled Digital Lending'
2727
__url__ = 'https://github.com/caltechlibrary/dibs'
2828
__author__ = 'Michael Hucka, Robert S. Doiel, Tommy Keswick, Stephen Davison'

0 commit comments

Comments
 (0)