Skip to content

Commit

Permalink
feat: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 12, 2021
1 parent 7aa588e commit a74e185
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.1] - 2021-08-12
### Fixed
- Now catching the error when the model's config does not align with the model
class. When using the CLI or `Benchmark`, these will be skipped.
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.0' # noqa
__version__ = '0.4.1' # noqa

# Block unwanted terminal outputs
block_terminal_output()
Expand Down

0 comments on commit a74e185

Please sign in to comment.