Skip to content

Commit

Permalink
chore(release): Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Jun 5, 2024
1 parent 48d9352 commit 1ca787e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sparv-sbx-sentence-sentiment-kb-sent/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.1"
current_version = "0.2.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 sparv-sbx-sentence-sentiment-kb-sent/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.0] - 2024-06-05

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion sparv-sbx-sentence-sentiment-kb-sent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sparv-sbx-sentence-sentiment-kb-sent"
version = "0.1.1"
version = "0.2.0"
description = "A sparv plugin for computing sentence sentiment."
authors = [
{ name = "Språkbanken Text", email = "[email protected]" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__all__ = ["annotate_sentence_sentiment"]

__description__ = "Annotate sentence with sentiment analysis."
__version__ = "0.1.1"
__version__ = "0.2.0"

__config__ = [
sparv_api.Config(
Expand Down

0 comments on commit 1ca787e

Please sign in to comment.