Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Jan 13, 2023
1 parent 24be212 commit 11ea2e7
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.1.0
rev: v0.2.0
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.1.0
version = 0.2.0
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 11ea2e7

Please sign in to comment.