From 0d4145df0681229931bf30356e1e121c3035a852 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Wed, 1 Oct 2025 14:54:17 +0000 Subject: [PATCH] bump version to v0.6.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d289590..b32ee30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "embeddingbuddy" -version = "0.6.3" +version = "0.6.4" description = "A Python Dash application for interactive exploration and visualization of embedding vectors through dimensionality reduction techniques." readme = "README.md" requires-python = ">=3.11"