From 2ce3c97badd539985b371a428b3ad582b092eb1a Mon Sep 17 00:00:00 2001 From: Thomas van Dongen Date: Thu, 10 Oct 2024 19:18:39 +0200 Subject: [PATCH] Bump version (#74) * Bumped version * Bumped version * Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61ef3a5..ae7af19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "model2vec" description = "Distill a Small Fast Model from any Sentence Transformer" readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" } -version = "0.2.3" +version = "0.2.4" requires-python = ">=3.10" authors = [{ name = "Stéphan Tulkens", email = "stephantul@gmail.com"}, {name = "Thomas van Dongen", email = "thomas123@live.nl"}]