From 7346f11600967f5bae958939990c70b75d161c51 Mon Sep 17 00:00:00 2001 From: Damien Daspit Date: Mon, 4 Dec 2023 15:02:58 -0500 Subject: [PATCH] Update version to 1.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28ebabc..bcf56b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ typeCheckingMode = "basic" [tool.poetry] name = "sil-machine" -version = "1.0.1" +version = "1.0.2" description = "A natural language processing library that is focused on providing tools for resource-poor languages." license = "MIT" authors = ["SIL International"]