Bump version: 0.1.0 → 0.1.1
parent
7d262d331c
commit
d34363e648
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.1.0
|
||||
current_version = 0.1.1
|
||||
commit = True
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.0'
|
||||
__version__ = '0.1.1'
|
||||
|
|
|
|||
2
setup.py
2
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.0',
|
||||
version='0.1.1',
|
||||
description='Ajax autocomplete list filter for Django admin',
|
||||
long_description=README,
|
||||
long_description_content_type='text/markdown',
|
||||
|
|
|
|||
Loading…
Reference in New Issue