Skip to content

Commit

Permalink
Bump version for release (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Jun 15, 2024
1 parent 1eca6f3 commit 618cf2a
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.1.2
rev: 0.2.0
hooks:
- id: strip-exif
```
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.1.2'
__version__ = '0.2.0'

0 comments on commit 618cf2a

Please sign in to comment.