From 5770ebdc47983b98163b179f193fcc918682486f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Ba=C3=B1=C3=B3n?= <34235767+mbanon@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:23:49 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b49027..6d0f13c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastspell" -version = "0.10" +version = "0.11" license = {file = "LICENSE"} readme = "README.md" description = "Targetted language identifier, based on FastText and Hunspell."