From ecaeecf7e8d3d2a95fea3214eb290aaa99855174 Mon Sep 17 00:00:00 2001 From: NirantK Date: Wed, 23 Aug 2023 10:15:22 +0530 Subject: [PATCH] * chore(pyproject.toml): update version from 0.0.3a0 to 0.0.3a1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b86a88d..e62936d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastembed" -version = "0.0.3a0" +version = "0.0.3a1" description = "Fast, State of the Art Quantized Embedding Models" authors = ["NirantK "] license = "Apache License"