diff --git a/pyproject.toml b/pyproject.toml index 6e82f8b..fc82433 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"