Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Sep 15, 2013
1 parent a0311f8 commit af95d4d
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from . import settings
from .isort import SortImports

__version__ = "1.3.0"
__version__ = "1.3.1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
from distutils.core import setup

setup(name='isort',
version='1.3.0',
version='1.3.1',
description='A Python utility / library to sort Python imports.',
author='Timothy Crosley',
author_email='[email protected]',
url='https://github.com/timothycrosley/isort',
download_url='https://github.com/timothycrosley/isort/archive/1.3.0.tar.gz',
download_url='https://github.com/timothycrosley/isort/archive/1.3.1.tar.gz',
license="MIT",
scripts=['scripts/isort'],
packages=['isort'],
Expand Down

0 comments on commit af95d4d

Please sign in to comment.