From e5f546ecd6095c829daf1325c26553b6a6f1b088 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 13 Aug 2026 21:39:38 +0000 Subject: [PATCH] chore: bump version to 0.0.28 Bump for the upcoming release. Regenerate docs-api/meta.json in the same commit: gen_api_docs.py reads package_version from pluto.__version__, so the bump alone leaves the committed manifest stale and fails the api-docs CI check (which is why 0.0.27 needed the follow-up in #138). Co-Authored-By: Claude Opus 5 (1M context) --- docs-api/meta.json | 2 +- pluto/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-api/meta.json b/docs-api/meta.json index a6f0bd9..acafa69 100644 --- a/docs-api/meta.json +++ b/docs-api/meta.json @@ -1,7 +1,7 @@ { "version": 1, "package": "pluto", - "package_version": "0.0.27", + "package_version": "0.0.28", "public_api": [ "Artifact", "Audio", diff --git a/pluto/__init__.py b/pluto/__init__.py index 522c1c2..6a02b3f 100644 --- a/pluto/__init__.py +++ b/pluto/__init__.py @@ -44,7 +44,7 @@ 'agent', ) -__version__ = '0.0.27' +__version__ = '0.0.28' # Replaced with the current commit when building the wheels. diff --git a/pyproject.toml b/pyproject.toml index 22b8136..749ff3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pluto-ml" -version = "0.0.27" +version = "0.0.28" description = "Pluto ML - Machine Learning Operations Framework" packages = [ {include = "pluto"},