diff --git a/README.md b/README.md index dd41a66..6c04bc1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For details see below. Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/pre-commit-images - rev: v1.7.1 # Use the ref you want to point at + rev: v1.8.0 # Use the ref you want to point at hooks: - id: optimize-png # - id: ... diff --git a/pyproject.toml b/pyproject.toml index a44e373..93d608d 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.7.1" +version = "1.8.0" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",