From 4b402b7b3701982627dbfc8881792851e316068f Mon Sep 17 00:00:00 2001 From: prathamesh Date: Mon, 11 Aug 2014 01:50:28 +0530 Subject: minor change --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9fac2f0..a5b3417 100644 --- a/setup.py +++ b/setup.py @@ -27,9 +27,9 @@ setup( install_requires=[ 'django', 'django-taggit', - 'django-taggit-autocomplete-modified>=0.1.0b5', + 'django-taggit-autocomplete-modified>=0.2', ], - dependency_links=[link+'#egg=django_taggit_autocomplete_modified-0.1.0b5'], + dependency_links=[link+'#egg=django_taggit_autocomplete_modified-0.2'], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment', -- cgit