From 024774fbbf526e968b45802fde99f452a00c44f9 Mon Sep 17 00:00:00 2001 From: Carsten Igel <1760987+carstencodes@users.noreply.github.com> Date: Fri, 16 Sep 2022 20:23:28 +0200 Subject: [PATCH] Updated minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bee98f4..0e5d4ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flake518" -version = "1.2.3" +version = "1.3.0" description = "A small wrapper around flake8 to support PEP518 pyproject.toml as configuration file." authors = [ {name = "Carsten Igel", email = "cig@bite-that-bit.de"},