Skip to content

Commit af63f03

Browse files
committed
Version bump.
1 parent 27851c9 commit af63f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from sys import platform
55

6-
OCR_SERVICE_VERSION: str = "1.0.1"
6+
OCR_SERVICE_VERSION: str = "1.0.2"
77
# 50 - CRITICAL, 40 - ERROR, 30 - WARNING, 20 - INFO, 10 - DEBUG, 0 - NOTSET
88
LOG_LEVEL: int = int(os.environ.get("OCR_SERVICE_LOG_LEVEL", 10))
99

env/ocr_service.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The default images for ocr-service:
22
# - cogstacksystems/cogstack-ocr-service:latest
3-
OCR_SERVICE_IMAGE_RELEASE_VERSION=1.0.1
3+
OCR_SERVICE_IMAGE_RELEASE_VERSION=1.0.2
44
OCR_SERVICE_DOCKER_IMAGE="cogstacksystems/cogstack-ocr-service:${OCR_SERVICE_IMAGE_RELEASE_VERSION:-latest}-${CPU_ARCHITECTURE:-amd64}"
55

66
OCR_SERVICE_CPU_THREADS=1

0 commit comments

Comments
 (0)