From 9092b6f49d88c8119060320168a3ea15f3f13d35 Mon Sep 17 00:00:00 2001 From: "Mats E. Mollestad" Date: Fri, 13 Oct 2023 23:29:17 +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 d8ae17f..c323595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aligned" -version = "0.0.26" +version = "0.0.27" description = "A scalable feature store that makes it easy to align offline and online ML systems" authors = ["Mats E. Mollestad "] license = "Apache-2.0"