Skip to content

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Mar 7, 2022
1 parent 00d4618 commit b005a52
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 @@ -18,7 +18,7 @@ Or use as a pre-commit hook:

```yaml
- repo: https://github.com/dannysepler/rm_unneeded_f_str
rev: v0.0.3
rev: v0.0.4
hooks:
- id: rm_unneeded_f_str
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rm_unneeded_f_str
version = 0.0.3
version = 0.0.4
description = Find and replace unneeded f-strings in your code.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit b005a52

Please sign in to comment.