From 2597c93211a40c9367f821268506ab081f71d70e Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 2 Dec 2019 18:23:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v0.0.3=20=E2=80=93=20To=20fix=20?= =?UTF-8?q?version=20inconsistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocrd_calamari/ocrd-tool.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ocrd_calamari/ocrd-tool.json b/ocrd_calamari/ocrd-tool.json index 637bc72..54d2206 100644 --- a/ocrd_calamari/ocrd-tool.json +++ b/ocrd_calamari/ocrd-tool.json @@ -1,6 +1,6 @@ { "git_url": "https://github.com/kba/ocrd_calamari", - "version": "0.0.1", + "version": "0.0.3", "tools": { "ocrd-calamari-recognize": { "executable": "ocrd-calamari-recognize", diff --git a/setup.py b/setup.py index 985ab33..323d68a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='ocrd_calamari', - version='0.0.2', + version='0.0.3', description='Calamari bindings', long_description=Path('README.md').read_text(), long_description_content_type='text/markdown',