From c27cf5d2bc5821a5323cf593ae69690735990798 Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome Date: Mon, 11 Dec 2023 09:23:38 +0100 Subject: [PATCH] Set `0.1.1` version --- src/distilabel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/distilabel/__init__.py b/src/distilabel/__init__.py index 2a2632685c..23ef7c5559 100644 --- a/src/distilabel/__init__.py +++ b/src/distilabel/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.0" +__version__ = "0.1.1"