diff --git a/cleantext/__init__.py b/cleantext/__init__.py index 0ba113f..5aa1e93 100644 --- a/cleantext/__init__.py +++ b/cleantext/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" from .clean import * diff --git a/pyproject.toml b/pyproject.toml index 594c496..0b2c7fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clean-text" -version = "0.3.0" +version = "0.4.0" description = "Functions to preprocess and normalize text." license = "Apache-2.0" authors = ["Johannes Filter "]