From 2868745de0a2828ce16193cf8daca6d303a46409 Mon Sep 17 00:00:00 2001 From: "Mats E. Mollestad" Date: Tue, 31 Oct 2023 21:57:14 +0100 Subject: [PATCH] Release new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e2b7a24..25f3f53c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aligned" -version = "0.0.32" +version = "0.0.33" description = "A scalable feature store that makes it easy to align offline and online ML systems" authors = ["Mats E. Mollestad "] license = "Apache-2.0"