Skip to content

Commit 8cfce57

Browse files
committed
Bump versions to 1.3.3 for release
1 parent bd1ed01 commit 8cfce57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocrolib/hocr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<head>
1515
<title>OCR Results</title>
1616
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
17-
<meta name="ocr-system" content="ocropy-1.3.2" />
17+
<meta name="ocr-system" content="ocropy-1.3.3" />
1818
<meta name="ocr-capabilities" content="ocr_line ocr_page" />
1919
</head>
2020
<body>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name = 'ocropy',
27-
version = 'v1.3.2',
27+
version = 'v1.3.3',
2828
author = "Thomas Breuel",
2929
description = "The OCRopy RNN-based Text Line Recognizer",
3030
packages = ["ocrolib"],

0 commit comments

Comments
 (0)