We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a36ee2 commit 5532493Copy full SHA for 5532493
olmocr/pipeline.py
@@ -14,7 +14,7 @@
14
import sys
15
import tempfile
16
import time
17
-from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor, as_completed
+from concurrent.futures import ThreadPoolExecutor, as_completed
18
from concurrent.futures.process import BrokenProcessPool
19
from dataclasses import dataclass
20
from functools import cache
olmocr/version.py
@@ -2,7 +2,7 @@
2
_MINOR = "3"
3
# On main and in a nightly release the patch should be one ahead of the last
4
# released build.
5
-_PATCH = "1"
+_PATCH = "2"
6
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
7
# https://semver.org/#is-v123-a-semantic-version for the semantics.
8
_SUFFIX = ""
0 commit comments