diff --git a/setup.py b/setup.py index 5185bae..804fb02 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ setup( name = "django-ajax-utilities", + version = '1.2.0', url = 'https://github.com/citylive/django-ajax-utilities', license = 'BSD', description = "Pagination, xhr and tabbing utilities for the Django framework.",