Skip to content

Commit b4fe9a2

Browse files
committed
bump version
1 parent 50368fa commit b4fe9a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'maxentlabs'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '0.3.9'
24+
release = '0.3.10'
2525

2626

2727
# -- General configuration ---------------------------------------------------

ocrpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.9"
1+
__version__ = "0.3.10"
22

33
import warnings
44

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = 'ocrpy'
8-
description = 'unified interface to google vision, aws textract, azure, tesseract OCR, EasyOCR tools.'
8+
description = 'unified interface to google vision, aws textract, azure & tesseract OCR tools.'
99
readme = 'README.md'
1010
requires-python = ">=3.7"
1111
authors = [

0 commit comments

Comments
 (0)