diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dabf01ca..d0de94e4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -0.18.0 (unreleased) +0.18.0 (2024-02-15) ------------------- Bug fixes: diff --git a/pyproject.toml b/pyproject.toml index 828e862d..d5b2d14b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "TextBlob" -version = "0.17.1" +version = "0.18.0" description = "Simple, Pythonic text processing. Sentiment analysis, part-of-speech tagging, noun phrase parsing, and more." readme = "README.rst" license = { file = "LICENSE" }