Skip to content

Commit 8f4e501

Browse files
committed
Version bump
1 parent a2f16b1 commit 8f4e501

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.2",
9+
"version": "1.3.0",
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.2.2'
24+
__version__ = '1.3.0'
2525
__description__ = 'Apply handwritten text recognition services to document images'
2626
__url__ = 'https://github.com/caltechlibrary/handprint'
2727
__author__ = 'Michael Hucka'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[metadata]
1010
name = handprint
11-
version = 1.2.2
11+
version = 1.3.0
1212
description = Apply handwritten text recognition services to document images
1313
author = Michael Hucka
1414
author_email = [email protected]

0 commit comments

Comments
 (0)