From 21d7a028976e4b3319b5446c3ca9e2ee98f2f627 Mon Sep 17 00:00:00 2001 From: staticdev Date: Fri, 16 Dec 2022 21:22:11 +0100 Subject: [PATCH] Revert version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eaeafb90..ebd3a4d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.11.3" +version = "5.11.2" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT"