From fb2a1dfbfff9368489c7ca4665b2a8818c13721c Mon Sep 17 00:00:00 2001 From: Okinea Dev <81070564+okineadev@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:45:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AB=20Bump=20version=20to=20`0.1.5`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20cf247..2b1be52 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="censore", # noqa - version="0.1.4", + version="0.1.5", description="A package for censoring profanity in text", long_description=open("README.md").read(), long_description_content_type="text/markdown",