From 1c3bb3af3a520429288f9afe061e8fabfa8aec77 Mon Sep 17 00:00:00 2001 From: Paul Swingle Date: Fri, 27 Sep 2024 14:44:05 -0700 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc1c0ff..cee26fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages=["spice"] [project] name = "spiceai" -version = "0.4.4" +version = "0.4.5" license = {text = "Apache-2.0"} description = "A Python library for building AI-powered applications." readme = "README.md"