summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-06 08:15:40 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-06 08:25:10 -0800
commit0a64cc1b7c57c77dbcd9854ef51fb1ecf4b53063 (patch)
treea21acd3faac1f0a5cc58c44af4405cc80c81d7a5 /setup.py
parent169029f33e9ee9477d266a6a172df3f9b79bff8e (diff)
downloadisort-0a64cc1b7c57c77dbcd9854ef51fb1ecf4b53063.tar.gz
Merge in hot fix release
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3a4360b7..4e798eed 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.10',
+ version='4.3.12',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',