From ad7f8e719a8970f6ad294676f01f82c899f1a65c Mon Sep 17 00:00:00 2001 From: Maximilian Schambach Date: Wed, 8 May 2024 16:26:50 +0200 Subject: [PATCH] Bump version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e6fe78..7838688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squirrel-core" -version = "0.19.8" +version = "0.20.0" description = "Squirrel is a Python library that enables ML teams to share, load, and transform data in a collaborative, flexible and efficient way." authors = ["Merantix Momentum"] license = "Apache 2.0"