Skip to content

Commit

Permalink
feat: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 9, 2021
1 parent 057f310 commit 59191e6
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.2.0] - 2021-08-09
### Added
- Added the part-of-speech tagging task from the Danish Dependency Treebank.
Can be loaded with `load_ddt_pos` and used in `Benchmark` as `ddt-pos`.
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.1.0' # noqa
__version__ = '0.2.0' # noqa

# Block unwanted terminal outputs
block_terminal_output()
Expand Down

0 comments on commit 59191e6

Please sign in to comment.