diff --git a/README.md b/README.md index 36eb07b..1b50097 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The simple [pre-commit][0] hook to find the missing but necessary files. ## Example ## ```yaml - repo: https://github.com/hardcoretech/missing - rev: v0.2.1 + rev: v0.2.4 hooks: - id: missing-init-py ``` diff --git a/pyproject.toml b/pyproject.toml index b74b4f2..00a9668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "missing" -version = "0.2.3" +version = "0.2.4" description = "" authors = ["PLM "]