From 40ecf399dfed951de0436b2289a6b5174548982f Mon Sep 17 00:00:00 2001 From: Thomas Proisl Date: Mon, 5 Aug 2024 08:39:11 +0200 Subject: [PATCH] Bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 864440e..de07006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ # a new release [project] name = "SoMaJo" -version = "2.4.2" +version = "2.4.3" description = "A tokenizer and sentence splitter for German and English web and social media texts." readme = "README.md" requires-python = ">=3.8"