From 6b8a1be1ed42fad8ed944c9efc435a6ba0c50e2d Mon Sep 17 00:00:00 2001 From: Stephan Tulkens Date: Sat, 28 Sep 2024 19:51:43 +0200 Subject: [PATCH] Bump version to 0.2.0 (#46) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f636139..6d02a68 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.1.2" +version = "0.2.0" requires-python = ">=3.10" authors = [{ name = "Stéphan Tulkens", email = "stephantul@gmail.com"}, {name = "Thomas van Dongen", email = "thomas123@live.nl"}]