diff --git a/ocr-correction-viklofg-sweocr/.bumpversion.toml b/ocr-correction-viklofg-sweocr/.bumpversion.toml index f0521a6..4c4f267 100644 --- a/ocr-correction-viklofg-sweocr/.bumpversion.toml +++ b/ocr-correction-viklofg-sweocr/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.2.0" +current_version = "0.2.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] tag = true diff --git a/ocr-correction-viklofg-sweocr/CHANGELOG.md b/ocr-correction-viklofg-sweocr/CHANGELOG.md index df4d6a0..a8aad7e 100644 --- a/ocr-correction-viklofg-sweocr/CHANGELOG.md +++ b/ocr-correction-viklofg-sweocr/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.2.1] - 2024-03-26 ### 🐛 Bug Fixes diff --git a/ocr-correction-viklofg-sweocr/pyproject.toml b/ocr-correction-viklofg-sweocr/pyproject.toml index b690f4f..97a7359 100644 --- a/ocr-correction-viklofg-sweocr/pyproject.toml +++ b/ocr-correction-viklofg-sweocr/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sparv-sbx-ocr-correction-viklofg-sweocr" -version = "0.2.0" +version = "0.2.1" description = "A sparv plugin for computing suggested OCR improvements." authors = [ { name = "Kristoffer Andersson", email = "kristoffer.andersson@gu.se" }, diff --git a/ocr-correction-viklofg-sweocr/src/sbx_ocr_correction_viklofg_sweocr/__init__.py b/ocr-correction-viklofg-sweocr/src/sbx_ocr_correction_viklofg_sweocr/__init__.py index 9cfb75a..0375728 100644 --- a/ocr-correction-viklofg-sweocr/src/sbx_ocr_correction_viklofg_sweocr/__init__.py +++ b/ocr-correction-viklofg-sweocr/src/sbx_ocr_correction_viklofg_sweocr/__init__.py @@ -20,7 +20,7 @@ TOKENIZER_REVISION = "68377bdc18a2ffec8a0533fef03b1c513a4dd49d" -__version__ = "0.2.0" +__version__ = "0.2.1" logger = get_logger(__name__)