From caa090b08423a2b50da143739a486fb26be9870c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Mart=C3=ADn=20Bl=C3=A1zquez?= Date: Fri, 1 Mar 2024 16:04:58 +0100 Subject: [PATCH] Bump version to `0.6.0` --- src/distilabel/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/distilabel/__init__.py b/src/distilabel/__init__.py index bcb989392..9f90ff986 100644 --- a/src/distilabel/__init__.py +++ b/src/distilabel/__init__.py @@ -1,7 +1,7 @@ # Copyright 2023-present, Argilla, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); -# You may not use this file except in compliance with the License. +# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.0" +__version__ = "0.5.1"