From 3fe5049e1c411e95c2626bbeab3692e514aae712 Mon Sep 17 00:00:00 2001 From: Thomas Proisl Date: Mon, 14 Aug 2023 20:52:22 +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 2499700..2be57f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ # a new release [project] name = "SoMaJo" -version = "2.2.5" +version = "2.3.0" description = "A tokenizer and sentence splitter for German and English web and social media texts." readme = "README.md" requires-python = ">=3.8"