diff --git a/pyproject.toml b/pyproject.toml index 533dfde..e0204d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyaspeller" -version = "2.0.1" +version = "2.0.2" description = "Search tool typos in the text, files and websites." authors = [ { name = "Vasiliy Taranov", email = "taranov.vv@gmail.com" }, diff --git a/uv.lock b/uv.lock index d87e130..de26dec 100644 --- a/uv.lock +++ b/uv.lock @@ -282,7 +282,7 @@ wheels = [ [[package]] name = "pyaspeller" -version = "2.0.1" +version = "2.0.2" source = { editable = "." } dependencies = [ { name = "requests" },