Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Nov 13, 2024
1 parent 46e0d57 commit 81ae37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion src/exif_stripper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81ae37c

Please sign in to comment.