Skip to content

Commit af95d4d

Browse files
Release 1.3.1
1 parent a0311f8 commit af95d4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

isort/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
from . import settings
2626
from .isort import SortImports
2727

28-
__version__ = "1.3.0"
28+
__version__ = "1.3.1"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
from distutils.core import setup
77

88
setup(name='isort',
9-
version='1.3.0',
9+
version='1.3.1',
1010
description='A Python utility / library to sort Python imports.',
1111
author='Timothy Crosley',
1212
author_email='[email protected]',
1313
url='https://github.com/timothycrosley/isort',
14-
download_url='https://github.com/timothycrosley/isort/archive/1.3.0.tar.gz',
14+
download_url='https://github.com/timothycrosley/isort/archive/1.3.1.tar.gz',
1515
license="MIT",
1616
scripts=['scripts/isort'],
1717
packages=['isort'],

0 commit comments

Comments
 (0)