From f26a55aecfd79143624a438250c10fd56f574d3d Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Tue, 26 Mar 2024 21:05:05 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20Bump=20version=20of=20ocr-cor?= =?UTF-8?q?rection-viklofg-sweocr:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocr-correction-viklofg-sweocr/.bumpversion.toml | 2 +- ocr-correction-viklofg-sweocr/CHANGELOG.md | 2 +- ocr-correction-viklofg-sweocr/pyproject.toml | 2 +- .../src/sbx_ocr_correction_viklofg_sweocr/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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__)