From e5da2b7e640acbd564adcfd6f9f94ef59561bca4 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Tue, 13 Dec 2022 11:45:58 +0000
Subject: [PATCH] Version bump to v0.3.6
---
flake8_black.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake8_black.py b/flake8_black.py
index 9ef2e0c..4f43c68 100644
--- a/flake8_black.py
+++ b/flake8_black.py
@@ -19,7 +19,7 @@
from flake8 import LOG
-__version__ = "0.3.5"
+__version__ = "0.3.6"
black_prefix = "BLK"