Skip to content

Commit

Permalink
Bump version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Jun 28, 2024
1 parent 610052b commit 0dfd3e5
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 @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion src/exif_stripper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""EXIF stripper."""

__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 0dfd3e5

Please sign in to comment.