From 62d991927281cc4f4f401588f5be69e02abce903 Mon Sep 17 00:00:00 2001 From: Richard Nias Date: Thu, 3 May 2018 12:15:26 +0100 Subject: [PATCH] bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3057081..ca95592 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-sorted-autocomplete-m2m', packages=['sorted_autocomplete_m2m'], - version='1.0.5', + version='1.0.6', author='Simon Lessnick', author_email='simon@nixa.ca', license='MIT', @@ -14,4 +14,4 @@ url='https://nixa.ca/', download_url='https://github.com/nixaio/django-sorted-autocomplete-m2m/tarball/1.0.5', include_package_data=True, -) \ No newline at end of file +)