From 26aece01616eee264fbb5d9ff650b41aab3c1ef0 Mon Sep 17 00:00:00 2001 From: Austin Godber Date: Sat, 20 Sep 2025 09:17:18 -0700 Subject: [PATCH] tagging v0.6.1 release for docker build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bde3071..6beea94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "embeddingbuddy" -version = "0.6.0" +version = "0.6.1" description = "A Python Dash application for interactive exploration and visualization of embedding vectors through dimensionality reduction techniques." readme = "README.md" requires-python = ">=3.11"