From 017137620baf178e0d741e5058cb6b162b2d919d Mon Sep 17 00:00:00 2001 From: Enkidu93 Date: Wed, 13 May 2026 09:31:27 -0400 Subject: [PATCH] Update library version to 1.8.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5583b389..7d5064ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ reportMissingModuleSource = false [tool.poetry] name = "sil-machine" -version = "1.8.7" +version = "1.8.8" description = "A natural language processing library that is focused on providing tools for resource-poor languages." license = "MIT" authors = ["SIL International"]