From 4f307eb3b68625cfd33b93a80805a04b1d57e97e Mon Sep 17 00:00:00 2001 From: maxnth Date: Thu, 16 Sep 2021 16:25:47 +0200 Subject: [PATCH] version/0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76e5765..96f384f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup(name='ocr4all_helper_scripts', - version='0.3.2', + version='0.4.0', description='Different python scripts used in the OCR4all workflow.', long_description=long_description, url='https://github.com/OCR4all/OCR4all_helper-scripts',