From d7e2544234c1d2a7076280944bdc2637f98ef3c2 Mon Sep 17 00:00:00 2001 From: David Dale Date: Thu, 2 May 2024 20:24:46 +0000 Subject: [PATCH] up version to 0.0.2 Signed-off-by: David Dale --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e82f8bd..fc824330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "laser_encoders" -version = "0.0.1" +version = "0.0.2" authors = [{name = "Facebook AI Research"}] description = "LASER Language-Agnostic SEntence Representations is a toolkit to calculate multilingual sentence embeddings and to use them for document classification, bitext filtering and mining" readme = "laser_encoders/README.md"