summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-06-02 08:41:01 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-06-02 08:41:01 -0700
commitd81e2237368aba8556fad481da3c2e608aa13e7f (patch)
tree618689b0ddb732b1286a72d61bd4ed13c2d7332c /setup.py
parentef1bd7f60df4499ac27c6946e066bde7748dbf36 (diff)
downloadisort-d81e2237368aba8556fad481da3c2e608aa13e7f.tar.gz
Bump version to 4.2.13
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 a750f763..cdf65c9a 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.12',
+ version='4.2.13',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',