summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2018-02-04 19:40:30 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2018-02-04 19:40:30 -0800
commitf3edb739e33a115c11e819e7b56d46cd3636ca87 (patch)
treebe13e25568574789799674350f886e6e4e9ebf32 /setup.py
parent85c3d78f20b5b9e38b033df248dc207afc35bf19 (diff)
downloadisort-f3edb739e33a115c11e819e7b56d46cd3636ca87.tar.gz
Bump version to 4.3.24.3.2
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 4cb2929d..59a5d529 100755
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ if sys.version_info.major == 2:
install_requires = ['futures']
setup(name='isort',
- version='4.3.1',
+ version='4.3.2',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',