summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-02-25 11:18:31 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-02-25 11:18:31 -0800
commit47a5e29e2ee236752c948442ec2feda612ca372e (patch)
treef785a1cd01b63d64359ea79e29388cbfd2e8a7a4 /setup.py
parent519efdcd242b323afadd81cbea6add814d471bc2 (diff)
parentbfabca6bd1c178cda98de41149f55933cfe37e65 (diff)
downloadisort-47a5e29e2ee236752c948442ec2feda612ca372e.tar.gz
Merge in hot fix releases
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 381896ec..fbcb933e 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ with open('README.rst') as f:
readme = f.read()
setup(name='isort',
- version='4.3.5',
+ version='4.3.8',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',