From 9c7deff7fe2a40afbf290e28c9f2bc26ff142d7e Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sun, 14 Apr 2024 13:10:50 +0200 Subject: [PATCH] chore: release version 1.7.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",