From 8d79860b0755c98d6ea123d207e9611e9f16060b Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome Date: Wed, 27 Dec 2023 12:59:15 +0100 Subject: [PATCH] Upgrade to `0.2.1` Co-authored-by: Gabriel Martin --- 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 f7f536a3b1..477ffd1d0e 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.2.0" +__version__ = "0.2.1"