diff --git a/README.md b/README.md index 224f280..dc26efd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To run `tach check` via pre-commit, add the following to your `.pre-commit-confi ```yaml - repo: https://github.com/gauge-sh/tach-pre-commit # Tach version. - rev: v0.12.0 + rev: v0.13.0 hooks: - id: tach ``` diff --git a/pyproject.toml b/pyproject.toml index 08bdefb..d52d774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "tach-pre-commit" version = "0.0.0" dependencies = [ - "tach==0.12.0", + "tach==0.13.0", ] [project.optional-dependencies]