From d78f62791ce27ad37cab8734e90c988b074ce8db Mon Sep 17 00:00:00 2001 From: meghdadFar Date: Tue, 19 Dec 2023 11:16:56 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5525a0d..728f843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,8 @@ [tool.poetry] name = "wordview" -version = "1.1.2" -description = "Wordview is a Python package for text analysis." +version = "1.2.0" +description = """Wordview is a Python package for Exploratory Data Analysis of text and provides many statistics about your data in the form of plots, tables, and descriptions allowing you to have both a high-level and detailed overview of your data.""" authors = ["meghdadFar "] -readme = "README.rst" include = ["CHANGES.rst"] exclude = ["notebooks/", "tests/", "data/"] license = "MIT"