diff --git a/README.md b/README.md index 8464371..5b99efa 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/setup.cfg b/setup.cfg index e6195a3..b1ed961 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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