From 6d2fa88a0bc2521527552de54603d9821abf4199 Mon Sep 17 00:00:00 2001 From: mhucka Date: Tue, 1 Jun 2021 11:26:35 -0700 Subject: [PATCH] Update stored version number --- codemeta.json | 2 +- microarchiver/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 725ae35..a71caaa 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/microarchiver", "issueTracker": "https://github.com/caltechlibrary/microarchiver/issues", "license": "https://data.caltech.edu/license", - "version": "1.12.0", + "version": "1.12.1", "author": [ { "@type": "Person", diff --git a/microarchiver/__init__.py b/microarchiver/__init__.py index 5279187..619b133 100644 --- a/microarchiver/__init__.py +++ b/microarchiver/__init__.py @@ -23,7 +23,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '1.12.0' +__version__ = '1.12.1' __description__ = 'Create archives of articles from microPublication.org.' __url__ = 'https://github.com/caltechlibrary/microarchiver' __author__ = 'Michael Hucka, Tom Morrell'