From 86410110bc9f0eaec93599e6f39a12c6a1234457 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 6 Aug 2020 12:39:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v0.0.7?= 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 3507ebf..5941dcd 100644 --- a/ocrd_calamari/ocrd-tool.json +++ b/ocrd_calamari/ocrd-tool.json @@ -1,6 +1,6 @@ { "git_url": "https://github.com/OCR-D/ocrd_calamari", - "version": "0.0.6", + "version": "0.0.7", "tools": { "ocrd-calamari-recognize": { "executable": "ocrd-calamari-recognize", diff --git a/setup.py b/setup.py index 0e417fb..02114a2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='ocrd_calamari', - version='0.0.6', + version='0.0.7', description='Calamari bindings', long_description=Path('README.md').read_text(), long_description_content_type='text/markdown',