From 3a75d26652267d742dd2721a0e8c753fca39068d Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Tue, 30 Apr 2024 15:03:05 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20Bump=20version=20of=20ocr-cor?= =?UTF-8?q?rection-viklofg-sweocr:=200.2.2=20=E2=86=92=200.2.3?= 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 8ca14b7..dde71bf 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.2" +current_version = "0.2.3" 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 095ae5b..9f8cf0c 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.3] - 2024-04-30 ### 🐛 Bug Fixes diff --git a/ocr-correction-viklofg-sweocr/pyproject.toml b/ocr-correction-viklofg-sweocr/pyproject.toml index e5ee7e7..37eab76 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.2" +version = "0.2.3" 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 11d7b08..a25618c 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 @@ -4,4 +4,4 @@ __description__ = "Calculating word neighbours by mask a word in a BERT model." -__version__ = "0.2.2" +__version__ = "0.2.3"