summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-23 23:47:52 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-23 23:47:52 -0700
commit7d8244fb16abf8497bf3d15fb4fce8768a58f4c4 (patch)
treebecaf446f3d80ba60b8df6e6d03753db3b550073
parent007dabd186d7ce6cdfe7e95642e511312fe53b7d (diff)
downloadisort-7d8244fb16abf8497bf3d15fb4fce8768a58f4c4.tar.gz
Bump version to 4.3.164.3.16
-rw-r--r--isort/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/isort/__init__.py b/isort/__init__.py
index 240402ad..8f80881b 100644
--- a/isort/__init__.py
+++ b/isort/__init__.py
@@ -25,4 +25,4 @@ from __future__ import absolute_import, division, print_function, unicode_litera
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 4a934681..7b4f25fa 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ with open('README.rst') as f:
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',