diff --git a/isort/__init__.py b/isort/__init__.py index 240402ade..8f80881b5 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.15" +__version__ = "4.3.16" diff --git a/setup.py b/setup.py index 4a9346818..7b4f25fad 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ readme = f.read() setup(name='isort', - version='4.3.15', + version='4.3.16', description='A Python utility / library to sort Python imports.', long_description=readme, author='Timothy Crosley',