We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5374b7 commit 9093685Copy full SHA for 9093685
codemeta.json
@@ -6,7 +6,7 @@
6
"codeRepository": "https://github.com/caltechlibrary/handprint",
7
"issueTracker": "https://github.com/caltechlibrary/handprint/issues",
8
"license": "https://github.com/caltechlibrary/handprint/blob/master/LICENSE",
9
- "version": "1.5.3",
+ "version": "1.5.4",
10
"author": [
11
{
12
"@type": "Person",
handprint/__init__.py
@@ -21,7 +21,7 @@
21
# | by the Makefile. Manual changes to these values will be lost. |
22
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
23
24
-__version__ = '1.5.3'
+__version__ = '1.5.4'
25
__description__ = 'Apply handwritten text recognition services to document images'
26
__url__ = 'https://github.com/caltechlibrary/handprint'
27
__author__ = 'Michael Hucka'
0 commit comments