Skip to content

Commit

Permalink
chore(release): Bump version: 0.5.4 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Jun 14, 2024
1 parent 916e520 commit 98c3edb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion word-prediction-kb-bert/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.5.4"
current_version = "0.6.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
tag = true
Expand Down
2 changes: 1 addition & 1 deletion word-prediction-kb-bert/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.6.0] - 2024-06-14

### 🚀 Features

Expand Down
2 changes: 1 addition & 1 deletion word-prediction-kb-bert/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sparv-sbx-word-prediction-kb-bert"
version = "0.5.4"
version = "0.6.0"
description = "A sparv plugin for computing word neighbours using a BERT model."
authors = [
{ name = "Kristoffer Andersson", email = "kristoffer.andersson@gu.se" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
),
]

__version__ = "0.5.4"
__version__ = "0.6.0"

0 comments on commit 98c3edb

Please sign in to comment.