summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-06-05 23:13:41 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-06-05 23:13:41 -0700
commit2388e775c775f7d89cccb1523d4ba9edf87d24c3 (patch)
tree6a0c7319840d7ad648dde90be2450e31e3c22350 /setup.py
parent6f70cec91a0a480411972579dc4e29e8ae051a6d (diff)
downloadisort-2388e775c775f7d89cccb1523d4ba9edf87d24c3.tar.gz
Bump vresion to 4.2.144.2.14
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 cdf65c9a..59008570 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ with open('README.rst', 'r') as f:
readme = f.read()
setup(name='isort',
- version='4.2.13',
+ version='4.2.14',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',