mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 03:39:55 +02:00
📦 v0.0.3 – To fix version inconsistency
This commit is contained in:
parent
7b0ac5a97a
commit
2597c93211
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue