From 363e4c83974bb01994bd302f5c0951c87e326d21 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 20 Sep 2022 23:05:51 +0300 Subject: [PATCH] Version 1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7da66d8..a926532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flake8-eradicate" -version = "1.3.0" +version = "1.4.0" description = "Flake8 plugin to find commented out code" license = "MIT"