From b669d330a53369e95dce29b3cadf1d4b43a55f53 Mon Sep 17 00:00:00 2001 From: Guido Longoni Date: Wed, 21 Jul 2021 13:44:02 +0200 Subject: [PATCH] briqness --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10ab892..f70f2d7 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.5.2', + version='0.2-briq', description='Ajax autocomplete list filter for Django admin', long_description=README, long_description_content_type='text/markdown',