From bdab9b1481e754f82d118c892f70021b9c99a46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kardos?= Date: Mon, 19 Feb 2024 08:27:22 +0100 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba76208..89405cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length=79 [tool.poetry] name = "turftopic" -version = "0.2.5" +version = "0.2.6" description = "Topic modeling with contextual representations from sentence transformers." authors = ["Márton Kardos "] license = "MIT"