From 074d4c9e868f401ce4ee57332fc3a93ddf0c3fce Mon Sep 17 00:00:00 2001 From: Hemanth Kannekanti <86536164+hemanthk269@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:39:18 +0530 Subject: [PATCH] updated fennel version in pyproject.toml (#594) Co-authored-by: Hemanth Kannekanti --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad1254f7..67cdfba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fennel-ai" -version = "1.5.45" +version = "1.5.46" description = "The modern realtime feature engineering platform" authors = ["Fennel AI "] packages = [{ include = "fennel" }]