mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
v0.0.6
This commit is contained in:
parent
69df78bce1
commit
123ee61a8b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"git_url": "https://github.com/OCR-D/ocrd_calamari",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"tools": {
|
||||
"ocrd-calamari-recognize": {
|
||||
"executable": "ocrd-calamari-recognize",
|
||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='ocrd_calamari',
|
||||
version='0.0.5',
|
||||
version='0.0.6',
|
||||
description='Calamari bindings',
|
||||
long_description=Path('README.md').read_text(),
|
||||
long_description_content_type='text/markdown',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue