Skip to content

Commit

Permalink
feat: v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 12, 2021
1 parent 9d2d03a commit 7172e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [v0.4.3] - 2021-08-12
### Fixed
- RuntimeErrors occuring during training will now raise an `InvalidBenchmark`
exception, which means that the CLI and the `Benchmark` class will skip it.
Expand Down
2 changes: 1 addition & 1 deletion scandeval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .twitter_sent import TwitterSentBenchmark # noqa
from .utils import block_terminal_output

__version__ = '0.4.2' # noqa
__version__ = '0.4.3' # noqa

# Block unwanted terminal outputs
block_terminal_output()
Expand Down

0 comments on commit 7172e95

Please sign in to comment.