From c38f8f2ef873e562a32857c22d055d3df6ccdf2c Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Thu, 2 Oct 2025 15:16:38 +0000 Subject: [PATCH] bump version to v0.8.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5131ba1..9833178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "embeddingbuddy" -version = "0.8.1" +version = "0.8.2" description = "A Python Dash application for interactive exploration and visualization of embedding vectors through dimensionality reduction techniques." readme = "README.md" requires-python = ">=3.11"