diff --git a/README.md b/README.md index 451bf0e..cd50842 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/mxr/sync-pre-commit-deps - rev: v0.0.1 + rev: v0.0.2 hooks: - id: sync-pre-commit-deps ``` diff --git a/setup.cfg b/setup.cfg index edc4bed..b6e9afb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sync_pre_commit_deps -version = 0.0.1 +version = 0.0.2 description = apply a consistent format to `setup.cfg` files long_description = file: README.md long_description_content_type = text/markdown