From a2eb8b7af0ce2ece3b66a222d6072a987e349911 Mon Sep 17 00:00:00 2001 From: Steve Han Date: Tue, 18 Aug 2026 13:35:03 -0400 Subject: [PATCH] chore(data-designer-retrieval-sdg): bump version to 0.2.1 Signed-off-by: Steve Han --- docs/plugins/data-designer-retrieval-sdg/index.md | 2 +- docs/plugins/index.md | 2 +- plugins/data-designer-retrieval-sdg/pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/plugins/data-designer-retrieval-sdg/index.md b/docs/plugins/data-designer-retrieval-sdg/index.md index 0c3459c..14f55b4 100644 --- a/docs/plugins/data-designer-retrieval-sdg/index.md +++ b/docs/plugins/data-designer-retrieval-sdg/index.md @@ -9,7 +9,7 @@ custom documentation under `plugins/data-designer-retrieval-sdg/docs/` yet. ## Metadata -- Version: `0.2.0` +- Version: `0.2.1` - Entry points: `document-chunker`, `embedding-dedup` ## Installation diff --git a/docs/plugins/index.md b/docs/plugins/index.md index a3b4bcd..5fc1a9c 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -19,7 +19,7 @@ Browse available Data Designer plugins by what they add to your data generation data-designer-retrieval-sdg - v0.2.0 + v0.2.1 Retriever SDG toolkit with Data Designer extensions, a multi-step QA generation pipeline, CLI, and Automodel-compatible data conversion diff --git a/plugins/data-designer-retrieval-sdg/pyproject.toml b/plugins/data-designer-retrieval-sdg/pyproject.toml index e2b865e..80212c5 100644 --- a/plugins/data-designer-retrieval-sdg/pyproject.toml +++ b/plugins/data-designer-retrieval-sdg/pyproject.toml @@ -3,7 +3,7 @@ [project] name = "data-designer-retrieval-sdg" -version = "0.2.0" +version = "0.2.1" description = "Retriever SDG toolkit with Data Designer extensions, a multi-step QA generation pipeline, CLI, and Automodel-compatible data conversion" requires-python = ">=3.10" dependencies = [ diff --git a/uv.lock b/uv.lock index bd619b8..7d1c44c 100644 --- a/uv.lock +++ b/uv.lock @@ -534,7 +534,7 @@ dev = [ [[package]] name = "data-designer-retrieval-sdg" -version = "0.2.0" +version = "0.2.1" source = { editable = "plugins/data-designer-retrieval-sdg" } dependencies = [ { name = "data-designer" },