diff --git a/codemeta.json b/codemeta.json index 9ec99e6..76be303 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.4.0", + "version": "0.4.1", "author": [ { "@type": "Person", diff --git a/dibs/__init__.py b/dibs/__init__.py index 0b2c4f2..c370080 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.4.0' +__version__ = '0.4.1' __description__ = 'An implementation of Controlled Digital Lending' __url__ = 'https://github.com/caltechlibrary/dibs' __author__ = 'Michael Hucka, Robert S. Doiel, Tommy Keswick, Stephen Davison'