diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a7f436..b2079310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v0.0.1] - 2022-08-29 ### Added - First release, which includes evaluation of sentiment models from the Hugging Face Hub. This can be run with the CLI using the `evaluate` command, or via a script using diff --git a/pyproject.toml b/pyproject.toml index 1df158ac..c3cf069a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiai_eval" -version = "0.0.0" +version = "0.0.1" description = "Evaluation of finetuned models." authors = [ "Dan Saattrup Nielsen ",