From 61dbae740e113730fc8f71d6ebe6ffc5d906bc00 Mon Sep 17 00:00:00 2001 From: mhucka Date: Fri, 8 Apr 2022 16:59:01 -0700 Subject: [PATCH] Update stored version number --- CITATION.cff | 2 +- codemeta.json | 2 +- pubarchiver/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 18c2c1b..4acad69 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/caltechlibrary/pubarchiver" title: "PubArchiver: send journals to Portico and PMC" date-released: 2022-04-08 -version: "2.1.0" +version: "2.1.1" doi: 10.22002/20094 keywords: - archiving diff --git a/codemeta.json b/codemeta.json index 84f8789..2584d00 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/pubarchiver", "issueTracker": "https://github.com/caltechlibrary/pubarchiver/issues", "license": "https://data.caltech.edu/license", - "version": "2.1.0", + "version": "2.1.1", "author": [ { "@type": "Person", diff --git a/pubarchiver/__init__.py b/pubarchiver/__init__.py index 899205c..1eda288 100644 --- a/pubarchiver/__init__.py +++ b/pubarchiver/__init__.py @@ -23,7 +23,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '2.1.0' +__version__ = '2.1.1' __description__ = 'Automation for archiving journals hosted by the Caltech Library' __url__ = 'https://github.com/caltechlibrary/pubarchiver' __author__ = 'Michael Hucka, Tom Morrell'