From 2eddf69888d21233fa48fcd7b192c73f123a24ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kardos?= Date: Mon, 26 Feb 2024 09:41:35 +0100 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bd1f38..f847e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length=79 [tool.poetry] name = "turftopic" -version = "0.2.7" +version = "0.2.8" description = "Topic modeling with contextual representations from sentence transformers." authors = ["Márton Kardos "] license = "MIT"