summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-06-01 08:11:09 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-06-01 08:11:09 -0700
commitf1c26b391921df6bb43d20a96074cb23f38d82f9 (patch)
treed2e07244efc7b1677b37414d19489b316977c63b /setup.py
parent6ff0927ff358a09241e7878fa25ae48020e9faff (diff)
downloadisort-f1c26b391921df6bb43d20a96074cb23f38d82f9.tar.gz
Bump version to 4.2.94.2.9feature/hotfix-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 7f31efd8..8c89da64 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ with open('README.rst', 'r') as f:
readme = f.read()
setup(name='isort',
- version='4.2.8',
+ version='4.2.9',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',