From e12941a608c59d2026ec1da1b04bade0b06e68dd Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Mon, 6 Oct 2025 21:46:10 +0000 Subject: [PATCH] Version bump --- olmocr/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olmocr/version.py b/olmocr/version.py index 02091a9..3bbaff7 100644 --- a/olmocr/version.py +++ b/olmocr/version.py @@ -2,7 +2,7 @@ _MAJOR = "0" _MINOR = "3" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "7" +_PATCH = "8" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""