diff --git a/README.md b/README.md index f8629b0..2df752e 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,7 @@ It features code examples on how to use the datasets and models in popular NLP f **News** -- :mag_right: Name Entity Recognition model trained using Flair is added , [se here](docs/models/ner.md) - -- 🎉 Version 0.0.3 has been [released](https://github.com/alexandrainst/danlp/releases) with loading functions for Danish NER datasets - -- ✨ The Danish Dependency Treebank has been annotated with NER tags. You can use DaNLP [to load it](docs/datasets.md#danish-dependency-treebank) - +- 🎉 Version 0.0.5 has been [released](https://github.com/alexandrainst/danlp/releases) with the new Danish Similarity Dataset **Next up** diff --git a/danlp/about.py b/danlp/about.py index 2591c42..17ca119 100644 --- a/danlp/about.py +++ b/danlp/about.py @@ -2,7 +2,7 @@ # https://github.com/explosion/spaCy/blob/master/spacy/about.py __title__ = "danlp" -__version__ = "0.0.4" +__version__ = "0.0.5" __summary__ = "DaNLP: NLP in Danish" __author__ = "Alexandra Institute" __email__ = "dansknlp@alexandra.dk"