We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5a4c7 commit 395b5abCopy full SHA for 395b5ab
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.10.5",
+ "version": "1.10.6",
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.10.5'
+__version__ = '1.10.6'
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