From 81ae37c45c5d11d067d4944b4f2f5bf4078eaf50 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:24:35 -0500 Subject: [PATCH] Bump version to 0.6.0 --- README.md | 2 +- src/exif_stripper/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df31a58..869b115 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/stefmolin/exif-stripper - rev: 0.5.1 + rev: 0.6.0 hooks: - id: strip-exif ``` diff --git a/src/exif_stripper/__init__.py b/src/exif_stripper/__init__.py index ec07c91..6ae738a 100644 --- a/src/exif_stripper/__init__.py +++ b/src/exif_stripper/__init__.py @@ -7,7 +7,7 @@ from PIL import Image, UnidentifiedImageError -__version__ = '0.5.1' +__version__ = '0.6.0' def process_image(filename: str | os.PathLike) -> bool: