Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 27, 2023
1 parent ef2424c commit d8358f1
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.6.1 (2023-02-27)
### Fix
* Fixing errors when no frames are found ([#14](https://github.com/chanind/frame-semantic-transformer/issues/14)) ([`ef2424c`](https://github.com/chanind/frame-semantic-transformer/commit/ef2424cba57515b9aa8205fe29f015b57f26504e))

## v0.6.0 (2023-02-23)
### Feature
* Adding support for running inference on multiple sentences in batches ([#11](https://github.com/chanind/frame-semantic-transformer/issues/11)) ([`e6423e5`](https://github.com/chanind/frame-semantic-transformer/commit/e6423e594de22850d9ea6369f80ca9a0e81ac8e0))
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.6.0"
__version__ = "0.6.1"

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.6.0"
version = "0.6.1"
description = "Frame Semantic Parser based on T5 and FrameNet"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit d8358f1

Please sign in to comment.