Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump release to 3.9.6
  • Loading branch information
timothycrosley committed Feb 6, 2015
1 parent b5ca0f6 commit f482da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion isort/__init__.py
Expand Up @@ -25,4 +25,4 @@
from . import settings
from .isort import SECTION_NAMES, SECTIONS, SortImports

__version__ = "3.9.5"
__version__ = "3.9.6"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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': [
Expand Down

0 comments on commit f482da3

Please sign in to comment.