From b73f93dc8e6577d79adca511fb0c6b04821bedf3 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Wed, 8 May 2024 15:23:21 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20Bump=20version=20of=20ocr-cor?= =?UTF-8?q?rection-viklofg-sweocr:=200.2.3=20=E2=86=92=200.3.0?= 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 dde71bf..c43b1ba 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.3" +current_version = "0.3.0" 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 d5c704c..49ddbe5 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.3.0] - 2024-05-08 ### 🐛 Bug Fixes diff --git a/ocr-correction-viklofg-sweocr/pyproject.toml b/ocr-correction-viklofg-sweocr/pyproject.toml index e8dfe39..12582a6 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.3" +version = "0.3.0" description = "A sparv plugin for computing suggested OCR improvements." authors = [ { name = "Språkbanken Text", email = "sb-info@svenska.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 c0c20a2..4e7b87c 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__ = "Annotate words with corrections of OCR-errors." -__version__ = "0.2.3" +__version__ = "0.3.0"