Skip to content

Commit

Permalink
chore(release): Bump version of ocr-correction-viklofg-sweocr: 0.2.2 …
Browse files Browse the repository at this point in the history
…→ 0.2.3
  • Loading branch information
kod-kristoff committed Apr 30, 2024
1 parent 9f79266 commit 3a75d26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ocr-correction-viklofg-sweocr/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.2.2"
current_version = "0.2.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
tag = true
Expand Down
2 changes: 1 addition & 1 deletion ocr-correction-viklofg-sweocr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ocr-correction-viklofg-sweocr/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__description__ = "Calculating word neighbours by mask a word in a BERT model."

__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit 3a75d26

Please sign in to comment.