From b4fe9a2af2dab0568dae7ba8e4321920b0b0fb18 Mon Sep 17 00:00:00 2001 From: bharath g s Date: Sat, 13 Aug 2022 17:32:03 +0530 Subject: [PATCH] bump version --- docs/conf.py | 2 +- ocrpy/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4443b16..ec58bcf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'maxentlabs' # The full version, including alpha/beta/rc tags -release = '0.3.9' +release = '0.3.10' # -- General configuration --------------------------------------------------- diff --git a/ocrpy/__init__.py b/ocrpy/__init__.py index d156cf1..5d63c22 100644 --- a/ocrpy/__init__.py +++ b/ocrpy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.9" +__version__ = "0.3.10" import warnings diff --git a/pyproject.toml b/pyproject.toml index 8229dfb..966beeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = 'ocrpy' -description = 'unified interface to google vision, aws textract, azure, tesseract OCR, EasyOCR tools.' +description = 'unified interface to google vision, aws textract, azure & tesseract OCR tools.' readme = 'README.md' requires-python = ">=3.7" authors = [