From 658f9bb58cb5d590deba504fbc88d1458e4a4884 Mon Sep 17 00:00:00 2001 From: Enkidu93 Date: Mon, 23 Feb 2026 17:32:26 -0500 Subject: [PATCH] Update library version to 1.8.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3a19fa..5583b38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ reportMissingModuleSource = false [tool.poetry] name = "sil-machine" -version = "1.8.6" +version = "1.8.7" description = "A natural language processing library that is focused on providing tools for resource-poor languages." license = "MIT" authors = ["SIL International"]