diff --git a/ocrd_calamari/ocrd-tool.json b/ocrd_calamari/ocrd-tool.json index 5941dcd..4494679 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.7", + "version": "1.0.0", "tools": { "ocrd-calamari-recognize": { "executable": "ocrd-calamari-recognize", diff --git a/setup.py b/setup.py index 02114a2..0b5a880 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='ocrd_calamari', - version='0.0.7', + version='1.0.0', description='Calamari bindings', long_description=Path('README.md').read_text(), long_description_content_type='text/markdown',