Skip to content

Commit

Permalink
chore(release): Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed May 29, 2024
1 parent 111ca6f commit b1d2050
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.0"
current_version = "0.1.1"
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.1.1] - 2024-05-29

### 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.0"
version = "0.1.1"
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.0"
__version__ = "0.1.1"

__config__ = [
sparv_api.Config(
Expand Down

0 comments on commit b1d2050

Please sign in to comment.