diff --git a/CHANGELOG.md b/CHANGELOG.md index 7770e53..f358cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.1.58](/~https://github.com/allenai/olmocr/releases/tag/v0.1.58) - 2025-02-15 + ## [v0.1.53](/~https://github.com/allenai/olmocr/releases/tag/v0.1.53) - 2025-02-14 - Fixed git checks \ No newline at end of file diff --git a/olmocr/version.py b/olmocr/version.py index d112767..255cb74 100644 --- a/olmocr/version.py +++ b/olmocr/version.py @@ -2,7 +2,7 @@ _MINOR = "1" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "57" +_PATCH = "58" # 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 = ""