diff options
author | Timothy Crosley <timothy.crosley@gmail.com> | 2017-06-01 08:11:09 -0700 |
---|---|---|
committer | Timothy Crosley <timothy.crosley@gmail.com> | 2017-06-01 08:11:09 -0700 |
commit | f1c26b391921df6bb43d20a96074cb23f38d82f9 (patch) | |
tree | d2e07244efc7b1677b37414d19489b316977c63b /setup.py | |
parent | 6ff0927ff358a09241e7878fa25ae48020e9faff (diff) | |
download | isort-f1c26b391921df6bb43d20a96074cb23f38d82f9.tar.gz |
Bump version to 4.2.94.2.9feature/hotfix-release
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |