summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-02-21 20:57:53 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2014-02-21 20:57:53 -0500
commit61fc49101a1b2ed294b9643fc82214d8bd358884 (patch)
treebd9cd8881abc9be36c51b4b29757aee66618e216 /setup.py
parente654abcd9a1428fa40364d45a42df6f1d07f48a8 (diff)
downloadisort-61fc49101a1b2ed294b9643fc82214d8bd358884.tar.gz
Bump version to 3.6.0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ae1f7f1a..9bdec0d6 100755
--- a/setup.py
+++ b/setup.py
@@ -42,13 +42,13 @@ except (IOError, ImportError, OSError, RuntimeError):
readme = ''
setup(name='isort',
- version='3.5.0',
+ version='3.6.0',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/isort',
- download_url='https://github.com/timothycrosley/isort/archive/3.5.0.tar.gz',
+ download_url='https://github.com/timothycrosley/isort/archive/3.6.0.tar.gz',
license="MIT",
entry_points={
'console_scripts': [