From ff8c6a08d3c971f8500aa9dd23720c1baca3e877 Mon Sep 17 00:00:00 2001 From: kamilbenkirane Date: Fri, 7 Nov 2025 11:53:32 +0100 Subject: [PATCH] chore: bump version to 0.1.0 Bump to 0.1.0 (minor version) as this release adds the text-generation package, which is a new feature/capability. Following SemVer best practices for initial development releases. --- 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 71a81002..5b2a6656 100644 --- a/packages/text-generation/pyproject.toml +++ b/packages/text-generation/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "text-generation" -version = "0.0.3" +version = "0.1.0" 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 4ac5dd7b..c2e5ae39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "celeste-ai" -version = "0.0.3" +version = "0.1.0" 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"