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'