From 1d46e2acd982be047929067f0abb0f3c12da8ede Mon Sep 17 00:00:00 2001 From: Damien Daspit Date: Thu, 17 Oct 2024 15:31:40 -0500 Subject: [PATCH] Update version to 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3802735..16fb753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ typeCheckingMode = "basic" [tool.poetry] name = "sil-machine" -version = "1.1.0" +version = "1.2.0" description = "A natural language processing library that is focused on providing tools for resource-poor languages." license = "MIT" authors = ["SIL International"]