Skip to content

Commit 9093685

Browse files
committed
Update stored version number
1 parent f5374b7 commit 9093685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codeRepository": "https://github.com/caltechlibrary/handprint",
77
"issueTracker": "https://github.com/caltechlibrary/handprint/issues",
88
"license": "https://github.com/caltechlibrary/handprint/blob/master/LICENSE",
9-
"version": "1.5.3",
9+
"version": "1.5.4",
1010
"author": [
1111
{
1212
"@type": "Person",

handprint/__init__.py

+1-1
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.5.3'
24+
__version__ = '1.5.4'
2525
__description__ = 'Apply handwritten text recognition services to document images'
2626
__url__ = 'https://github.com/caltechlibrary/handprint'
2727
__author__ = 'Michael Hucka'

0 commit comments

Comments
 (0)