bump version to 2.7.5 (#11843)

This commit is contained in:
You Jiangbin 2024-03-29 17:46:27 +08:00 committed by GitHub
parent 4865410ebb
commit 261d6c2fd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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