summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-02-24 19:24:48 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-02-24 19:24:48 -0800
commit804be252ae63ea5e7b8458dc039570ca2955bed6 (patch)
tree7951c9bf25d99a094f2d67e9d2cce99d75e802a6 /setup.py
parentae7f2a99b0ba7306fab56b6145391ad7659df9c2 (diff)
downloadisort-804be252ae63ea5e7b8458dc039570ca2955bed6.tar.gz
Bump version
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 3a2ea7f9..926eaff0 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ with open('README.rst') as f:
readme = f.read()
setup(name='isort',
- version='4.3.4',
+ version='4.3.5',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',