Skip to content

Commit 758f10d

Browse files
committed
Update version
1 parent 9cb07c1 commit 758f10d

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/eprints2archives",
77
"issueTracker": "https://github.com/caltechlibrary/eprints2archives/issues",
88
"license": "https://github.com/caltechlibrary/eprints2archives/blob/master/LICENSE",
9-
"version": "1.3.0",
9+
"version": "1.3.1",
1010
"author": [
1111
{
1212
"@type": "Person",

eprints2archives/__init__.py

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

24-
__version__ = '1.3.0'
24+
__version__ = '1.3.1'
2525
__description__ = 'Send EPrints URLs to the Internet Archive and other archives'
2626
__url__ = 'https://github.com/caltechlibrary/eprints2archives'
2727
__author__ = 'Michael Hucka'

0 commit comments

Comments
 (0)