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"