From 149af948fcb2613478e238e586adfaf3668d7d51 Mon Sep 17 00:00:00 2001 From: quwac <53551867+quwac@users.noreply.github.com> Date: Mon, 10 Jan 2022 00:51:46 +0900 Subject: [PATCH] Upgrade --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f4239c..251b653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyproject-autoflake" -version = "0.3.0" +version = "1.0.0" description = "pyproject-autoflake (pautoflake), a monkey patching wrapper to connect autoflake with pyproject.toml configuration." authors = ["quwac <53551867+quwac@users.noreply.github.com>"] readme = "README.md"