From 7351cf8bd7fff826e67b8f5a4b5d4c19c55e5500 Mon Sep 17 00:00:00 2001 From: Thomas van Dongen Date: Wed, 9 Oct 2024 17:44:27 +0200 Subject: [PATCH] Bump version (#71) * Bumped version * Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8910beb..61ef3a5 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.2" +version = "0.2.3" requires-python = ">=3.10" authors = [{ name = "Stéphan Tulkens", email = "stephantul@gmail.com"}, {name = "Thomas van Dongen", email = "thomas123@live.nl"}]