Skip to content

Commit

Permalink
Update version to 0.3.0 for release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Jun 19, 2024
1 parent 30f7c91 commit 23592e0
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.2.0
rev: 0.3.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
@@ -1,3 +1,3 @@
"""EXIF stripper."""

__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit 23592e0

Please sign in to comment.