Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Sep 14, 2013
1 parent cbd63e2 commit c6c25df
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.2.5"
__version__ = "1.3.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
from setuptools import setup

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

0 comments on commit c6c25df

Please sign in to comment.