diff --git a/setup.py b/setup.py index 884b3c3..5e3486d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.1.1", + version="0.1.2", author="Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field",