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"}]