From 66921d3abd40cbee0c3163aa0d986f77cb32f623 Mon Sep 17 00:00:00 2001 From: Johannes Filter Date: Tue, 31 Aug 2021 22:37:55 +0200 Subject: [PATCH] 0.5.0 --- cleantext/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cleantext/__init__.py b/cleantext/__init__.py index 5aa1e93..08dcbb1 100644 --- a/cleantext/__init__.py +++ b/cleantext/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.4.0" +__version__ = "0.5.0" from .clean import * diff --git a/pyproject.toml b/pyproject.toml index d2297d0..3f756c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ {include = "cleantext"}, ] readme = "README.md" -version = "0.4.0" +version = "0.5.0" [tool.poetry.dependencies] emoji = "*"