We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6259b14 commit 6d2fa88Copy full SHA for 6d2fa88
codemeta.json
@@ -6,7 +6,7 @@
6
"codeRepository": "https://github.com/caltechlibrary/microarchiver",
7
"issueTracker": "https://github.com/caltechlibrary/microarchiver/issues",
8
"license": "https://data.caltech.edu/license",
9
- "version": "1.12.0",
+ "version": "1.12.1",
10
"author": [
11
{
12
"@type": "Person",
microarchiver/__init__.py
@@ -23,7 +23,7 @@
23
# | by the Makefile. Manual changes to these values will be lost. |
24
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
25
26
-__version__ = '1.12.0'
+__version__ = '1.12.1'
27
__description__ = 'Create archives of articles from microPublication.org.'
28
__url__ = 'https://github.com/caltechlibrary/microarchiver'
29
__author__ = 'Michael Hucka, Tom Morrell'
0 commit comments