From bdd9a109716584c67d9fd4eb538513a6f1b17d84 Mon Sep 17 00:00:00 2001 From: kamilbenkirane Date: Fri, 7 Nov 2025 14:58:46 +0100 Subject: [PATCH] chore: bump version to 0.1.1 - Update version in root pyproject.toml - Update version in text-generation package - This version includes optional dependencies configuration --- packages/text-generation/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/text-generation/pyproject.toml b/packages/text-generation/pyproject.toml index 61f4b557..64ad2925 100644 --- a/packages/text-generation/pyproject.toml +++ b/packages/text-generation/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "celeste-text-generation" -version = "0.1.0" +version = "0.1.1" description = "Type-safe text generation for Celeste AI. Unified interface for OpenAI, Anthropic, Google, Mistral, Cohere, and more" authors = [{name = "Kamilbenkirane", email = "kamil@withceleste.ai"}] readme = "README.md" diff --git a/pyproject.toml b/pyproject.toml index 46bfa706..5e27d21b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "celeste-ai" -version = "0.1.0" +version = "0.1.1" 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"