diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f19bbd..a0edd8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.8.1 (2023-03-10) +### Fix +* Linting ([`e250e10`](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/commit/e250e10d9501dfd147a10e8c48cdf50405efd0b5)) + ## v0.8.0 (2023-03-10) diff --git a/pyproject.toml b/pyproject.toml index dc225a67..cc3bb5fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "psycopmlutils" -version = "0.8.0" +version = "0.8.1" description = "A collection of machine-learning utilities used across the psycop-projects." authors = [{name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"}, {name = "Lasse Hansen", email = "lasseh0310@gmail.com"},