diff --git a/poetry.lock b/poetry.lock index 50b77c5d..c4604df0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3365,4 +3365,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<3.13" -content-hash = "08895ac70687393c71a15f1212f5d0e055e21c14b23ac7741f33a6b65e3fffdc" +content-hash = "10fd76ac201952b703893e25be8148fb4369d88301b081956d3bb3f2f3c216b2" diff --git a/pyproject.toml b/pyproject.toml index c7087f16..091a78c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastembed" -version = "0.1.2" +version = "0.2.0" description = "Fast, light, accurate library built for retrieval embedding generation" authors = ["NirantK "] license = "Apache License"