diff options
author | Timothy Crosley <tcrosley@domaintools.com> | 2017-06-01 12:52:46 -0700 |
---|---|---|
committer | Timothy Crosley <tcrosley@domaintools.com> | 2017-06-01 12:52:46 -0700 |
commit | 330ffa8ed8c360014c53f015d7ed2ebb9001de2c (patch) | |
tree | 3b3fd79556d80e1b431c1e454eef7175316e3b2f /setup.py | |
parent | 77a7b2bff863b849ef53ae45513e2434b1fe1281 (diff) | |
download | isort-330ffa8ed8c360014c53f015d7ed2ebb9001de2c.tar.gz |
Bump version to 4.2.124.2.12
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.11', + version='4.2.12', description='A Python utility / library to sort Python imports.', long_description=readme, author='Timothy Crosley', |