summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2018-01-31 21:32:24 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2018-01-31 21:32:24 -0800
commitfbf9c5d3b7e9dd61c763e82ca19f20f021f0bc24 (patch)
tree1ec3a8f10dddff41e43d30bd5db6347ea4ce2144 /setup.py
parent4627ab0394a01229137989663d26c3bde832dfad (diff)
downloadisort-fbf9c5d3b7e9dd61c763e82ca19f20f021f0bc24.tar.gz
Bump version to 4.3.0
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 8e08fce0..c63ee51d 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.14',
+ version='4.3.0',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',