From b44947dcf1b0dcea65bcb9ac3c5c262be3ab8874 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 30 Jan 2014 23:36:30 -0500 Subject: Bump version to 3.3.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f6f081f5..c847dcb7 100755 --- a/setup.py +++ b/setup.py @@ -42,13 +42,13 @@ except (IOError, ImportError, OSError, RuntimeError): readme = '' setup(name='isort', - version='3.3.0', + version='3.3.1', 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.3.0.tar.gz', + download_url='https://github.com/timothycrosley/isort/archive/3.3.1.tar.gz', license="MIT", entry_points={ 'console_scripts': [ -- cgit v1.2.1