Skip to content

Commit 395b5ab

Browse files
committed
Update version
1 parent ee5a4c7 commit 395b5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codeRepository": "https://github.com/caltechlibrary/microarchiver",
77
"issueTracker": "https://github.com/caltechlibrary/microarchiver/issues",
88
"license": "https://data.caltech.edu/license",
9-
"version": "1.10.5",
9+
"version": "1.10.6",
1010
"author": [
1111
{
1212
"@type": "Person",

microarchiver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# | by the Makefile. Manual changes to these values will be lost. |
2424
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
2525

26-
__version__ = '1.10.5'
26+
__version__ = '1.10.6'
2727
__description__ = 'Create archives of articles from microPublication.org.'
2828
__url__ = 'https://github.com/caltechlibrary/microarchiver'
2929
__author__ = 'Michael Hucka, Tom Morrell'

0 commit comments

Comments
 (0)