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'