diff --git a/pyproject.toml b/pyproject.toml index 419042b..04989be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "voyage-embedders-haystack" -version = "0.0.5" +version = "1.5.0" description = 'Haystack 2.x component to embed strings and Documents using VoyageAI Embedding models.' readme = "README.md" requires-python = ">=3.9"