From be64ff227cad63f485179c7565a7d2089be911d6 Mon Sep 17 00:00:00 2001 From: Michael Feil <63565275+michaelfeil@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:30:36 +0100 Subject: [PATCH] version bump! --- libs/infinity_emb/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/infinity_emb/pyproject.toml b/libs/infinity_emb/pyproject.toml index c2b0449c..510c6c44 100644 --- a/libs/infinity_emb/pyproject.toml +++ b/libs/infinity_emb/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infinity_emb" -version = "0.0.3" +version = "0.0.4" description = "Infinity is a high-throughput, low-latency REST API for serving vector embeddings, supporting a wide range of sentence-transformer models and frameworks." authors = ["michaelfeil "] license = "MIT"