From 6e607d2530747570f0403c71d44ab651c8c7b2d0 Mon Sep 17 00:00:00 2001 From: kamilbenkirane Date: Tue, 4 Nov 2025 23:08:53 +0100 Subject: [PATCH] chore: bump version to 0.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8499ac44..27e13edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "celeste-ai" -version = "0.0.2" +version = "0.0.3" description = "Open source, type-safe primitives for multi-modal AI. All capabilities, all providers, one interface" authors = [{name = "Kamilbenkirane", email = "kamil@withceleste.ai"}] readme = "README.md"