From c93bedd5a66327992a2444080e304f9cd23dcece Mon Sep 17 00:00:00 2001 From: John Hennig Date: Thu, 17 Nov 2022 17:52:00 +0100 Subject: [PATCH] Bumped version to 1.2.0. --- flake8p/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake8p/meta.py b/flake8p/meta.py index 12b86d8..babc1b9 100644 --- a/flake8p/meta.py +++ b/flake8p/meta.py @@ -2,6 +2,6 @@ title = 'Flake8-pyproject' synopsis = 'Flake8 plug-in loading the configuration from pyproject.toml' -version = '1.1.0.post0' +version = '1.2.0' author = 'John Hennig' license = 'MIT'