Skip to content

Commit 36661db

Browse files
authored
Merge pull request #7 from Unstructured-IO/trevor/bump-version-2.6.1.2
Bump version to 2.6.1.2
2 parents 4c46863 + 9b2b381 commit 36661db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def readme():
3838
name="unstructured.paddleocr",
3939
packages=find_packages(),
4040
include_package_data=True,
41-
version="2.6.1.1",
41+
version="2.6.1.2",
4242
install_requires=[
4343
"shapely",
4444
"scikit-image",

unstructured_paddleocr/paddleocr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
]
5858

5959
SUPPORT_DET_MODEL = ["DB"]
60-
VERSION = "2.6.1.1"
60+
VERSION = "2.6.1.2"
6161
SUPPORT_REC_MODEL = ["CRNN", "SVTR_LCNet"]
6262
BASE_DIR = os.path.expanduser("~/.paddleocr/")
6363

0 commit comments

Comments
 (0)