From d25f54f37fc4f30f0bab3eb075c1aaa639dbfe20 Mon Sep 17 00:00:00 2001 From: Pringled Date: Thu, 3 Oct 2024 19:57:33 +0200 Subject: [PATCH 1/6] Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 919ab23..8910beb 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.1" +version = "0.2.2" requires-python = ">=3.10" authors = [{ name = "Stéphan Tulkens", email = "stephantul@gmail.com"}, {name = "Thomas van Dongen", email = "thomas123@live.nl"}] From 231f3a24e6bc41069a122330ce4700a66ccfc8dd Mon Sep 17 00:00:00 2001 From: Pringled Date: Wed, 9 Oct 2024 17:41:13 +0200 Subject: [PATCH 2/6] 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"}] From 749bfbd153c191d1b60f17f888b0676368a78db7 Mon Sep 17 00:00:00 2001 From: Pringled Date: Thu, 10 Oct 2024 19:16:13 +0200 Subject: [PATCH 3/6] 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"}] From 572257d677349781c09e99eb7ea3903c2db5899b Mon Sep 17 00:00:00 2001 From: Pringled Date: Tue, 29 Oct 2024 17:35:57 +0100 Subject: [PATCH 4/6] Fixed merge conflict --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b954af3..5385728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,7 @@ name = "model2vec" description = "Distill a Small Static Model from any Sentence Transformer" readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" } -<<<<<<< HEAD -version = "0.2.4" -requires-python = ">=3.10" -======= requires-python = ">=3.9" ->>>>>>> 3de37ed06e873fd22a25396789cff6d97ef8a6e3 authors = [{ name = "Stéphan Tulkens", email = "stephantul@gmail.com"}, {name = "Thomas van Dongen", email = "thomas123@live.nl"}] dynamic = ["version"] From 0fddabc750ebaf1d24c5bbc9bb22f7bfb781b268 Mon Sep 17 00:00:00 2001 From: Pringled Date: Tue, 29 Oct 2024 17:39:01 +0100 Subject: [PATCH 5/6] Updated version --- model2vec/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model2vec/version.py b/model2vec/version.py index b7e3609..a43c683 100644 --- a/model2vec/version.py +++ b/model2vec/version.py @@ -1,2 +1,2 @@ -__version_triple__ = (0, 3, 0) +__version_triple__ = (0, 3, 1) __version__ = ".".join(map(str, __version_triple__)) From de926da93e90257994e389b03a27da08833b2527 Mon Sep 17 00:00:00 2001 From: Pringled Date: Thu, 31 Oct 2024 14:14:10 +0100 Subject: [PATCH 6/6] Updated version --- model2vec/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model2vec/version.py b/model2vec/version.py index a43c683..0c3f13b 100644 --- a/model2vec/version.py +++ b/model2vec/version.py @@ -1,2 +1,2 @@ -__version_triple__ = (0, 3, 1) +__version_triple__ = (0, 3, 2) __version__ = ".".join(map(str, __version_triple__))