diff --git a/setup.py b/setup.py index 5e37d96..e17dd69 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.1.4", + version="0.1.5", author="Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field",