diff --git a/README.md b/README.md index ed4fb26..07c2fcf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Git hooks to optimize and manipulate images based on the [pre-commit](https://gi Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/pre-commit-images - rev: v1.6.1 # Use the ref you want to point at + rev: v1.7.0 # Use the ref you want to point at hooks: - id: optimize-png # - id: ... diff --git a/pyproject.toml b/pyproject.toml index 6cbee3d..bd7b8e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ urls = {"Respository" = "https://github.com/boidolr/pre-commit-images"} license = {file = "LICENSE"} readme = "README.md" -version = "1.6.1" +version = "1.7.0" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",