Skip to content

Commit 268700c

Browse files
committed
Bumped ocr version in cfg.
1 parent 03a52ff commit 268700c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import ast
22
import multiprocessing
33
import os
4-
import sys
54
from sys import platform
65

7-
OCR_SERVICE_VERSION: str = "0.3.0"
6+
OCR_SERVICE_VERSION: str = "1.0.1"
87
# 50 - CRITICAL, 40 - ERROR, 30 - WARNING, 20 - INFO, 10 - DEBUG, 0 - NOTSET
98
LOG_LEVEL: int = int(os.environ.get("OCR_SERVICE_LOG_LEVEL", 40))
109

0 commit comments

Comments
 (0)