From 4518d4c7b46b01daf583d16af146024ce5dc06fe Mon Sep 17 00:00:00 2001 From: Christian Sachs Date: Sun, 27 Mar 2022 03:13:41 +0200 Subject: [PATCH] Version 0.0.1a3 --- pflake8/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pflake8/__init__.py b/pflake8/__init__.py index 5e9f5ac..9877a34 100644 --- a/pflake8/__init__.py +++ b/pflake8/__init__.py @@ -1,6 +1,6 @@ """ pyproject-flake8 (`pflake8`), a monkey patching wrapper to connect flake8 with pyproject.toml configuration """ # noqa -__version__ = '0.0.1a2' +__version__ = '0.0.1a3' import configparser from pathlib import Path