From db3f755b1ba007d69164128857cddf51e9986e4c Mon Sep 17 00:00:00 2001 From: Thomas Proisl Date: Sat, 23 Sep 2023 11:08:03 +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 2be57f8..8730a20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ # a new release [project] name = "SoMaJo" -version = "2.3.0" +version = "2.3.1" description = "A tokenizer and sentence splitter for German and English web and social media texts." readme = "README.md" requires-python = ">=3.8"