diff --git a/setup.py b/setup.py index 93ea0be..7f93b46 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(os.path.join(CURRENT_WORKING_DIRECTORY, 'README.md')) as fp: setup( name='django-admin-autocomplete-list-filter', - version='0.1.4', + version='0.1.5', description='Ajax autocomplete list filter for Django admin', long_description=README, long_description_content_type='text/markdown',