Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Aug 30, 2015
1 parent 1fa3b71 commit 8470995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion isort/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from . import settings
from .isort import SortImports

__version__ = "4.0.0"
__version__ = "4.1.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ def run(self):
readme = f.read()

setup(name='isort',
version='4.0.0',
version='4.1.0',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',
author_email='[email protected]',
url='https://github.com/timothycrosley/isort',
download_url='https://github.com/timothycrosley/isort/archive/4.0.0.tar.gz',
download_url='https://github.com/timothycrosley/isort/archive/4.1.0.tar.gz',
license="MIT",
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8470995

Please sign in to comment.