From e2b3adda3d75fcfef07a32b5594439f4197fe1cc Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Mon, 13 Jan 2025 18:00:58 -0500 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }