Update setup.py

Update version to acknowledge change
master
Adam Fast 2020-04-16 12:25:16 -05:00 committed by GitHub
parent e89a3886de
commit deb9ebd33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',