Skip to content

Commit

Permalink
feat: v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 12, 2021
1 parent 53b255c commit b801f47
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.2] - 2021-08-12
### Fixed
- Now catching the error where tokenisation is not possible, due to the model
having been trained on a different task than what is present in the dataset.
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.1' # noqa
__version__ = '0.4.2' # noqa

# Block unwanted terminal outputs
block_terminal_output()
Expand Down

0 comments on commit b801f47

Please sign in to comment.