diff --git a/pyproject.toml b/pyproject.toml index 5662a92..9589234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "csvmatch" -version = "2.0.0" +version = "2.0.1" description = "Find fuzzy matches between CSV files." readme = "README.md" requires-python = "== 3.11.*"