From bc7f1d0c9c87bdae689dc08d1aeea1682911de35 Mon Sep 17 00:00:00 2001 From: LyubomirT Date: Thu, 7 Dec 2023 12:45:41 +0200 Subject: [PATCH] Update version to 1.0.4 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbddd76..56bba37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "lesp" description = "LESP is a lightweight, efficient spelling proofreader written in Python. It's designed to be easy to use and lightweight, while still providing a decent result when checking for spelling errors. Resource consumption is kept to a minimum, and the program is designed to be as fast as possible." -version = "1.0.1" +version = "1.0.4" readme = "PYPI.md" authors = [ { name = "Lyubomir Ternavskiy", email = "ternavski103@gmail.com" }