Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 22, 2023
1 parent 7bf7ae5 commit e8ffe37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.5.0 (2023-02-22)
### Feature
* Multilingual training refactor ([#10](https://github.com/chanind/frame-semantic-transformer/issues/10)) ([`7bf7ae5`](https://github.com/chanind/frame-semantic-transformer/commit/7bf7ae5474cc586739f1ad77848e45db09ff5a0d))

## v0.4.1 (2022-05-25)
### Fix
* Updating README stats ([`76e4e75`](https://github.com/chanind/frame-semantic-transformer/commit/76e4e754b534389de9c86caced762461ae884e88))
Expand Down
2 changes: 1 addition & 1 deletion frame_semantic_transformer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.1"
__version__ = "0.5.0"

from .FrameSemanticTransformer import (
FrameSemanticTransformer,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "frame-semantic-transformer"
version = "0.4.1"
version = "0.5.0"
description = "Frame Semantic Parser based on T5 and FrameNet"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit e8ffe37

Please sign in to comment.