From ec78bf395883bc396bf378a2290af6d8004ea6c3 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sun, 20 Sep 2020 15:50:02 -0700 Subject: [PATCH] Bump version to 5.5.3 --- isort/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isort/_version.py b/isort/_version.py index 9fe27eebf..16b899cb9 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.5.2" +__version__ = "5.5.3" diff --git a/pyproject.toml b/pyproject.toml index 31e126565..3409893d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.5.2" +version = "5.5.3" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT"