From 9f431e04095906cb43df3f84be2388b46a3084a2 Mon Sep 17 00:00:00 2001 From: mhucka Date: Thu, 23 Jun 2022 11:18:57 -0700 Subject: [PATCH] Version bump --- CITATION.cff | 4 ++-- codemeta.json | 2 +- dibs/__init__.py | 2 +- setup.cfg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index def6180..49302fd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,12 +22,12 @@ authors: given-names: "Thomas E." orcid: "https://orcid.org/0000-0001-9266-5146" cff-version: "1.1.0" -date-released: 2022-05-03 +date-released: 2022-06-23 doi: 10.22002/D1.20029 keywords: - controlled digital lending message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/caltechlibrary/dibs" title: "DIBS: An implementation of Controlled Digital Lending" -version: "0.6.0" +version: "0.6.1" ... diff --git a/codemeta.json b/codemeta.json index 1f2a9ad..69e3b86 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.6.0", + "version": "0.6.1", "author": [ { "@type": "Person", diff --git a/dibs/__init__.py b/dibs/__init__.py index ea9614f..01afcea 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.6.0' +__version__ = '0.6.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' diff --git a/setup.cfg b/setup.cfg index 25c878c..9044dd3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ [metadata] name = dibs -version = 0.6.0 +version = 0.6.1 description = DIBS (Digital Borrowing System) is an implementation of Controlled Digital Lending author = Michael Hucka, Robert S. Doiel, Tommy Keswick, Stephen Davison author_email = helpdesk@library.caltech.edu