summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <tcrosley@domaintools.com>2017-06-01 12:52:46 -0700
committerTimothy Crosley <tcrosley@domaintools.com>2017-06-01 12:52:46 -0700
commit330ffa8ed8c360014c53f015d7ed2ebb9001de2c (patch)
tree3b3fd79556d80e1b431c1e454eef7175316e3b2f /setup.py
parent77a7b2bff863b849ef53ae45513e2434b1fe1281 (diff)
downloadisort-330ffa8ed8c360014c53f015d7ed2ebb9001de2c.tar.gz
Bump version to 4.2.124.2.12
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 c4523245..a750f763 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.11',
+ version='4.2.12',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',