diff --git a/codemeta.json b/codemeta.json index 10ef7da..cc97d65 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/dibs", "issueTracker": "https://github.com/caltechlibrary/dibs/issues", "license": "https://github.com/caltechlibrary/dibs/blob/master/LICENSE", - "version": "0.5.0", + "version": "0.5.1", "author": [ { "@type": "Person", diff --git a/dibs/__init__.py b/dibs/__init__.py index cb20cc7..5ce5af4 100644 --- a/dibs/__init__.py +++ b/dibs/__init__.py @@ -22,7 +22,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '0.5.0' +__version__ = '0.5.1' __description__ = 'DIBS (Digital Borrowing System) is an implementation of Controlled Digital Lending' __url__ = 'https://github.com/caltechlibrary/dibs' __author__ = 'Michael Hucka, Robert S. Doiel, Tommy Keswick, Stephen Davison'