From 48b0f953e8bc4e1f7b328f11ccae2bd8c11be257 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Wed, 15 Jul 2020 22:41:03 -0700 Subject: [PATCH] Bump version to 5.1.1 --- 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 0d72820f3..a9c316e20 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.1.0" +__version__ = "5.1.1" diff --git a/pyproject.toml b/pyproject.toml index dcbe17b60..085140a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.1.0" +version = "5.1.1" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT"