From be1c12f91368e191a7e63cd7e0d9f3269dbcf897 Mon Sep 17 00:00:00 2001 From: Michael Feil <63565275+michaelfeil@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:13:53 +0100 Subject: [PATCH] Update pyproject.toml --- 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 b55ab5e8..804718c9 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.18" +version = "0.0.19" 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"