Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Mar 11, 2019
1 parent dd1152f commit fab9d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 # noqa: F401
from .isort import SortImports # noqa: F401

__version__ = "4.3.14"
__version__ = "4.3.15"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
readme = f.read()

setup(name='isort',
version='4.3.14',
version='4.3.15',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',
Expand Down

0 comments on commit fab9d50

Please sign in to comment.