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