From fab9d505ecc4a805ddc922f76e9e23679adf672e Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sun, 10 Mar 2019 22:22:17 -0700 Subject: [PATCH] Bump version --- isort/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isort/__init__.py b/isort/__init__.py index 1833017a2..240402ade 100644 --- a/isort/__init__.py +++ b/isort/__init__.py @@ -25,4 +25,4 @@ from . import settings # noqa: F401 from .isort import SortImports # noqa: F401 -__version__ = "4.3.14" +__version__ = "4.3.15" diff --git a/setup.py b/setup.py index a1d3fd4ed..6ce5ef3a2 100755 --- a/setup.py +++ b/setup.py @@ -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',