From 618cf2a50df202d9a8d97a8fe6bf94f7aa9ad536 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Fri, 14 Jun 2024 21:19:52 -0400 Subject: [PATCH] Bump version for release (#17) --- 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 748f438..5eeb146 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.1.2 + rev: 0.2.0 hooks: - id: strip-exif ``` diff --git a/src/exif_stripper/__init__.py b/src/exif_stripper/__init__.py index c096698..b294529 100644 --- a/src/exif_stripper/__init__.py +++ b/src/exif_stripper/__init__.py @@ -1,3 +1,3 @@ """EXIF stripper.""" -__version__ = '0.1.2' +__version__ = '0.2.0'