From a945c4b4684b322ae5f9245b3336b663973c57db Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:50:56 -0400 Subject: [PATCH] Bump version --- 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 f510220..a90a543 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/stefmolin/exif-stripper - rev: 0.3.0 + rev: 0.3.1 hooks: - id: strip-exif ``` diff --git a/src/exif_stripper/__init__.py b/src/exif_stripper/__init__.py index 2141bbd..9c27d2d 100644 --- a/src/exif_stripper/__init__.py +++ b/src/exif_stripper/__init__.py @@ -1,3 +1,3 @@ """EXIF stripper.""" -__version__ = '0.3.0' +__version__ = '0.3.1'