diff --git a/codemeta.json b/codemeta.json index b674ddc..15f0cf9 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.8.0", + "version": "1.8.2", "author": [ { "@type": "Person", @@ -17,7 +17,7 @@ "@id": "https://orcid.org/0000-0001-9105-5960" }], "developmentStatus": "active", - "downloadUrl": "https://github.com/caltechlibrary/eprints2bags/archive/1.8.0.zip", + "downloadUrl": "https://github.com/caltechlibrary/eprints2bags/archive/1.8.2.zip", "keywords": [ "EPrints", "BagIt", diff --git a/eprints2bags/__version__.py b/eprints2bags/__version__.py index 55f5f17..c9e2502 100644 --- a/eprints2bags/__version__.py +++ b/eprints2bags/__version__.py @@ -6,7 +6,7 @@ # @website https://github.com/caltechlibrary/eprints2bags # ============================================================================= -__version__ = '1.8.1' +__version__ = '1.8.2' __title__ = 'eprints2bags' __name__ = 'eprints2bags' __description__ = '''Package up EPrints materials as BagIt bags.'''