diff --git a/pyproject.toml b/pyproject.toml index 85cdc7d..07bcd87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "pdm.backend" [project] name = "sync-pre-commit-lock" -version = "0.1.1" -description = "PDM plugin to sync your pre-commit versions with your lockfile." +version = "0.1.2" +description = "PDM plugin to sync your pre-commit versions with your lockfile, and install them, all automatically." authors = [{ name = "Gabriel Dugny", email = "sync-pre-commit-lock@dugny.me" }] dependencies = ["PyYAML>=6.0", "tomli>=2.0.0; python_version < \"3.11\""] requires-python = ">=3.10"