From f482da3752f520f74da6b9de098f1735b3b540cf Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 5 Feb 2015 23:40:50 -0500 Subject: [PATCH] Bump release to 3.9.6 --- isort/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/isort/__init__.py b/isort/__init__.py index 585c81a0d..4a445fa74 100644 --- a/isort/__init__.py +++ b/isort/__init__.py @@ -25,4 +25,4 @@ from . import settings from .isort import SECTION_NAMES, SECTIONS, SortImports -__version__ = "3.9.5" +__version__ = "3.9.6" diff --git a/setup.py b/setup.py index ffc57d568..124bea324 100755 --- a/setup.py +++ b/setup.py @@ -42,13 +42,13 @@ def run(self): readme = '' setup(name='isort', - version='3.9.5', + version='3.9.6', 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.9.5.tar.gz', + download_url='https://github.com/timothycrosley/isort/archive/3.9.6.tar.gz', license="MIT", entry_points={ 'console_scripts': [