From 15d718446756f08cdbe62f6b0906c3df40bf1abf Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 13 Jan 2025 11:53:45 +0100 Subject: [PATCH] Release: v1.1.1 --- setup.py | 2 +- src/setfit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3a591873..f38a19d4 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def combine_requirements(base_keys): setup( name="setfit", - version="1.1.0", + version="1.1.1", description="Efficient few-shot learning with Sentence Transformers", long_description=README_TEXT, long_description_content_type="text/markdown", diff --git a/src/setfit/__init__.py b/src/setfit/__init__.py index a56a2361..a4fe536b 100644 --- a/src/setfit/__init__.py +++ b/src/setfit/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.0" +__version__ = "1.1.1" import importlib import os