From 200021cd8d5d566e870fb5e8637d77819a648e51 Mon Sep 17 00:00:00 2001 From: anotherfake Date: Fri, 23 Oct 2020 14:54:18 -0700 Subject: [PATCH] Update version --- codemeta.json | 2 +- microarchiver/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 6864768..de2b65c 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.10.3", + "version": "1.10.4", "author": [ { "@type": "Person", diff --git a/microarchiver/__init__.py b/microarchiver/__init__.py index 4999509..9911770 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.10.3' +__version__ = '1.10.4' __description__ = 'Create archives of articles from microPublication.org.' __url__ = 'https://github.com/caltechlibrary/microarchiver' __author__ = 'Michael Hucka, Tom Morrell'