From 04f9a976172602ed91a884c0e3ca1568f2b15305 Mon Sep 17 00:00:00 2001 From: simonepri Date: Fri, 24 Apr 2020 11:02:33 +0100 Subject: [PATCH] 0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48cf91e..96753ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lm-scorer" -version = "0.3.1" +version = "0.3.2" description = "Language Model based sentences scoring library" authors = ["Simone Primarosa "] license = "MIT"