From 6d695f90b8af24c1d858f3991f131a102b1cdba3 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Tue, 10 Sep 2024 14:29:01 -0400 Subject: [PATCH] Release 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aeaa891..3802735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ typeCheckingMode = "basic" [tool.poetry] name = "sil-machine" -version = "1.0.3" +version = "1.1.0" description = "A natural language processing library that is focused on providing tools for resource-poor languages." license = "MIT" authors = ["SIL International"]