From 1388de7cec9c229d8427a54c5e2f09ba3640a516 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Thu, 12 Dec 2024 21:15:55 +0100 Subject: [PATCH] chore: release version 1.8.3 --- README.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f4fe72..6ddf0dc 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.8.2 # Use the ref you want to point at + rev: v1.8.3 # Use the ref you want to point at hooks: - id: optimize-png # - id: ... diff --git a/pyproject.toml b/pyproject.toml index ea991d3..4376ca8 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.8.2" +version = "1.8.3" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", diff --git a/uv.lock b/uv.lock index 4da1460..d607eed 100644 --- a/uv.lock +++ b/uv.lock @@ -346,7 +346,7 @@ wheels = [ [[package]] name = "pre-commit-images" -version = "1.8.2" +version = "1.8.3" source = { editable = "." } dependencies = [ { name = "pillow" },