bump version to v0.6.3, first pypi release
Some checks failed
Security Scan / dependency-check (push) Failing after 38s
Security Scan / security (push) Successful in 46s
Test Suite / lint (push) Failing after 37s
Release / test (push) Failing after 22s
Release / build-and-release (push) Has been skipped
Test Suite / test (3.11) (push) Successful in 1m36s
Test Suite / build (push) Has been skipped

This commit is contained in:
2025-10-01 06:16:06 -07:00
parent a93556132b
commit 314151e525
3 changed files with 95 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "embeddingbuddy"
version = "0.6.2"
version = "0.6.3"
description = "A Python Dash application for interactive exploration and visualization of embedding vectors through dimensionality reduction techniques."
readme = "README.md"
requires-python = ">=3.11"