From e5878fbd87df4c6e9ee633adb2a83fb7ccbc795a Mon Sep 17 00:00:00 2001 From: mhucka Date: Mon, 4 Apr 2022 12:51:04 -0700 Subject: [PATCH] Update stored version --- codemeta.json | 2 +- eprints2bags/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codemeta.json b/codemeta.json index b90b05a..e3c53e9 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.9.2", + "version": "1.10.0", "author": [ { "@type": "Person", diff --git a/eprints2bags/__init__.py b/eprints2bags/__init__.py index e5ec8d4..398f5b5 100644 --- a/eprints2bags/__init__.py +++ b/eprints2bags/__init__.py @@ -29,8 +29,8 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '1.9.2' -__description__ = 'Download EPrints content and save it in BagIt-format bags' +__version__ = '1.10.0' +__description__ = 'Download EPrints content and save it in BagIt-format bags.' __url__ = 'https://github.com/caltechlibrary/eprints2bags' __author__ = 'Michael Hucka' __email__ = 'mhucka@caltech.edu'