From 34305f90c7b40b5a60b5916104bcd635f7c5bd2d Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Tue, 21 May 2024 23:08:53 +0200 Subject: [PATCH] chore: release version 1.7.1 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35aee8f..e05d30d 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.0 # Use the ref you want to point at + rev: v1.7.1 # Use the ref you want to point at hooks: - id: optimize-png # - id: ... diff --git a/pyproject.toml b/pyproject.toml index bd7b8e9..c15280d 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.0" +version = "1.7.1" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",