Skip to content

Commit d063503

Browse files
committed
bump version
1 parent 11ed7d3 commit d063503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.py

+1-1
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="0.2.6.5",
41+
version="2.6.1.1",
4242
install_requires=[
4343
"shapely",
4444
"scikit-image",

Diff for: unstructured_paddleocr/paddleocr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
]
5858

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

0 commit comments

Comments
 (0)