diff options
author | Timothy Crosley <timothy.crosley@gmail.com> | 2018-01-31 21:32:24 -0800 |
---|---|---|
committer | Timothy Crosley <timothy.crosley@gmail.com> | 2018-01-31 21:32:24 -0800 |
commit | fbf9c5d3b7e9dd61c763e82ca19f20f021f0bc24 (patch) | |
tree | 1ec3a8f10dddff41e43d30bd5db6347ea4ce2144 /setup.py | |
parent | 4627ab0394a01229137989663d26c3bde832dfad (diff) | |
download | isort-fbf9c5d3b7e9dd61c763e82ca19f20f021f0bc24.tar.gz |
Bump version to 4.3.0
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.14', + version='4.3.0', description='A Python utility / library to sort Python imports.', long_description=readme, author='Timothy Crosley', |