From bf4ef9d5136f7e49bbb8d99d32515f91cb7bcd5d Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Wed, 5 Jun 2024 18:03:25 +0200 Subject: [PATCH] bump version to v0.3.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46081b8..17443b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "fastembed" -version = "0.2.7" +version = "0.3.0" description = "Fast, light, accurate library built for retrieval embedding generation" -authors = ["NirantK "] +authors = ["Qdrant Team ", "NirantK "] license = "Apache License" readme = "README.md" packages = [{include = "fastembed"}]