summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <tcrosley@domaintools.com>2017-06-01 11:28:00 -0700
committerTimothy Crosley <tcrosley@domaintools.com>2017-06-01 11:28:00 -0700
commit77a7b2bff863b849ef53ae45513e2434b1fe1281 (patch)
tree236f2affc6991968c8377f648c0dc04cb7e86ef8 /setup.py
parent7755ff5c3cac39510b7a3d3b413444d120f4f5b8 (diff)
downloadisort-77a7b2bff863b849ef53ae45513e2434b1fe1281.tar.gz
Bump version to 4.2.114.2.11
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 38efbac5..c4523245 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.10',
+ version='4.2.11',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',