From b49aba99b919473b66f05b663588cfac2472c601 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sat, 11 Jul 2020 03:14:32 -0700 Subject: [PATCH] Bump version to 5.0.9 --- 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 09e343d56..603e34093 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.0.8" +__version__ = "5.0.9" diff --git a/pyproject.toml b/pyproject.toml index 7dfe6b95d..467664039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.0.8" +version = "5.0.9" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT"