summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-10-11 00:09:39 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-10-11 00:09:39 -0700
commit491b3461d572249de71a7b2572af281322d4f40b (patch)
tree7109601246fbec74bd4e34a618f8bf0884b23ca6
parent383f323e44da4065a069c4817817e56bcfa7d546 (diff)
downloadisort-491b3461d572249de71a7b2572af281322d4f40b.tar.gz
Bump version to 5.6.35.6.3
-rw-r--r--isort/_version.py2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/isort/_version.py b/isort/_version.py
index 8d9ad75c..06497b9f 100644
--- a/isort/_version.py
+++ b/isort/_version.py
@@ -1 +1 @@
-__version__ = "5.6.2"
+__version__ = "5.6.3"
diff --git a/pyproject.toml b/pyproject.toml
index b83a8108..a91cea2a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ line-length = 100
[tool.poetry]
name = "isort"
-version = "5.6.2"
+version = "5.6.3"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"