We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d49da commit 4d6cdf7Copy full SHA for 4d6cdf7
olmocr/pipeline.py
@@ -15,7 +15,6 @@
15
import sys
16
import tarfile
17
import tempfile
18
-import time
19
from concurrent.futures import ThreadPoolExecutor, as_completed
20
from dataclasses import dataclass
21
from functools import cache
olmocr/version.py
@@ -2,7 +2,7 @@
2
_MINOR = "4"
3
# On main and in a nightly release the patch should be one ahead of the last
4
# released build.
5
-_PATCH = "13"
+_PATCH = "14"
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