diff --git a/setup.py b/setup.py index 716c3ab..31b6827 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.1.6", + version="0.1.7", author="Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field",