From 41578121372266bfa576be5521678ab42c5a71e4 Mon Sep 17 00:00:00 2001 From: "Mats E. Mollestad" Date: Wed, 18 Oct 2023 19:05:47 +0200 Subject: [PATCH] Release new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7dc793..2f0d689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aligned" -version = "0.0.29" +version = "0.0.30" description = "A scalable feature store that makes it easy to align offline and online ML systems" authors = ["Mats E. Mollestad "] license = "Apache-2.0"