We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641fbfc commit c47598cCopy full SHA for c47598c
setup.py
@@ -26,7 +26,7 @@ def combine_requirements(base_keys):
26
27
setup(
28
name="setfit",
29
- version="0.4.0.dev0",
+ version="0.4.0",
30
description="Efficient few-shot learning with Sentence Transformers",
31
long_description=README_TEXT,
32
long_description_content_type="text/markdown",
src/setfit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.4.0.dev0"
+__version__ = "0.4.0"
2
3
from .data import add_templated_examples, sample_dataset
4
from .modeling import SetFitHead, SetFitModel
0 commit comments