diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ef0677..84bf9a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.4.6 (2023-04-24) +### Fix +* Bump version ([`b59cdd1`](https://github.com/HLasse/TextDescriptives/commit/b59cdd17379c7c8460accccbb569283a1f2c8717)) + ## v2.4.5 (2023-04-19) ### Fix * Dep dist. test ([`a3b54a6`](https://github.com/HLasse/TextDescriptives/commit/a3b54a6b3e3d57acc140b0f9afd72406a88104f8)) diff --git a/pyproject.toml b/pyproject.toml index e063e6c1..24632d38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "textdescriptives" -version = "2.4.5" +version = "2.4.6" description = "A library for calculating a variety of features from text using spaCy" authors = [{name = "Lasse Hansen", email = "lasseh0310@gmail.com"}, {name = "Kenneth Enevoldsen"}]