diff --git a/setup.py b/setup.py index f374070..cae409e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.0.2", + version="0.0.3", author="Daniel Roseman and Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field",