Bump version: 0.1.1 → 0.1.2

master
Uğur Özyılmazel 2019-10-19 20:58:25 +03:00
parent 011ba7aec0
commit e5c69ef51f
No known key found for this signature in database
GPG Key ID: 43CAF9E2A63DF017
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
[bumpversion:file:setup.py]

View File

@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.2'

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.1',
version='0.1.2',
description='Ajax autocomplete list filter for Django admin',
long_description=README,
long_description_content_type='text/markdown',