From af5ed7cc388049b868aadbbfa5757a313c08e8d1 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Thu, 4 May 2023 16:24:57 -0700 Subject: [PATCH] chore: version bump --- CITATION.cff | 2 +- codemeta.json | 2 +- eprints2bags/__init__.py | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8379b58..d035ed5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,7 +6,7 @@ authors: given-names: Michael affiliation: "Caltech Library" orcid: "https://orid.org/0000-0001-9105-5960" -version: "1.10.2" +version: "1.10.3" abstract: Download EPrints content and save it in BagIt-format bags. repository-code: "https://github.com/caltechlibrary/eprints2bags" type: software diff --git a/codemeta.json b/codemeta.json index c8d6523..97cee38 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/eprints2bags", "issueTracker": "https://github.com/caltechlibrary/eprints2bags/issues", "license": "https://github.com/caltechlibrary/eprints2bags/blob/master/LICENSE", - "version": "1.10.2", + "version": "1.10.3", "author": [ { "@type": "Person", diff --git a/eprints2bags/__init__.py b/eprints2bags/__init__.py index 779fc4f..529b372 100644 --- a/eprints2bags/__init__.py +++ b/eprints2bags/__init__.py @@ -29,7 +29,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '1.10.2' +__version__ = '1.10.3' __description__ = 'Download EPrints content and save it in BagIt-format bags.' __url__ = 'https://github.com/caltechlibrary/eprints2bags' __author__ = 'Michael Hucka' diff --git a/setup.cfg b/setup.cfg index 81bdadd..70abf08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ [metadata] name = eprints2bags -version = 1.10.2 +version = 1.10.3 description = Download EPrints content and save it in BagIt-format bags. author = Michael Hucka author_email = mhucka@caltech.edu