From 1a698600fc761e0bd3c7fd65051ee4c6a748b460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kardos?= Date: Fri, 22 Mar 2024 10:20:23 +0100 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a136ee2..56caacb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ line-length=79 [tool.poetry] name = "turftopic" -version = "0.2.12" +version = "0.2.13" description = "Topic modeling with contextual representations from sentence transformers." authors = ["Márton Kardos "] license = "MIT"