diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 526e862f..78781a11 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -0.19.0 (unreleased) +0.19.0 (2025-01-13) ___________________ Bug fixes: diff --git a/pyproject.toml b/pyproject.toml index b664fec4..03f8cf24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "textblob" -version = "0.18.0.post0" +version = "0.19.0" description = "Simple, Pythonic text processing. Sentiment analysis, part-of-speech tagging, noun phrase parsing, and more." readme = "README.rst" license = { file = "LICENSE" }