From b005a529340f25668f8c2a98c4ef1cc1f37fe02a Mon Sep 17 00:00:00 2001 From: Danny Sepler Date: Sun, 6 Mar 2022 23:29:02 -0500 Subject: [PATCH] release 0.0.4 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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