From c8da6bcecd04ad9706b7cb97329f6baded5f3518 Mon Sep 17 00:00:00 2001 From: Alexei Andrushievich Date: Wed, 27 Jul 2022 21:06:21 +0300 Subject: [PATCH] Version up --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0638ddd..17b53cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pre-commit-config-shellcheck -version = 0.1.1 +version = 0.2.0 description = Tool for checking entry points in the pre-commit config with ShellCheck. python_requires >= 3.7 license_file = MIT-LICENSE