From c371e9993869c55ee984d509abafd396611790da Mon Sep 17 00:00:00 2001 From: Damien Daspit Date: Wed, 22 Nov 2023 12:55:27 -0500 Subject: [PATCH] Update version to 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab86b13..522897f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ typeCheckingMode = "basic" [tool.poetry] name = "sil-machine" -version = "1.0.0" +version = "1.0.1" description = "A natural language processing library that is focused on providing tools for resource-poor languages." license = "MIT" authors = ["SIL International"]