diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2014-02-21 20:57:53 -0500 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2014-02-21 20:57:53 -0500 |
| commit | 61fc49101a1b2ed294b9643fc82214d8bd358884 (patch) | |
| tree | bd9cd8881abc9be36c51b4b29757aee66618e216 /setup.py | |
| parent | e654abcd9a1428fa40364d45a42df6f1d07f48a8 (diff) | |
| download | isort-61fc49101a1b2ed294b9643fc82214d8bd358884.tar.gz | |
Bump version to 3.6.0
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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': [ |
