update version

pull/6220/head
andyjpaddle 2022-05-10 02:46:13 +00:00
parent ae91a95e13
commit 565abdb632
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ __all__ = [
]
SUPPORT_DET_MODEL = ['DB']
VERSION = '2.5.0.1'
VERSION = '2.5.0.2'
SUPPORT_REC_MODEL = ['CRNN', 'SVTR_LCNet']
BASE_DIR = os.path.expanduser("~/.paddleocr/")