Skip to content

Commit c6c25df

Browse files
Release 1.3.0
1 parent cbd63e2 commit c6c25df

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.2.5"
28+
__version__ = "1.3.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from setuptools import setup
44

55
setup(name='isort',
6-
version='1.2.5',
6+
version='1.3.0',
77
description='A Python utility / library to sort Python imports.',
88
author='Timothy Crosley',
99
author_email='[email protected]',
1010
url='https://github.com/timothycrosley/isort',
11-
download_url='https://github.com/timothycrosley/isort/archive/1.2.5.tar.gz',
11+
download_url='https://github.com/timothycrosley/isort/archive/1.3.0.tar.gz',
1212
license="MIT",
1313
scripts=['scripts/isort'],
1414
packages=['isort'],

0 commit comments

Comments
 (0)